[ Jun 18 18:35:40 Enabled. ] [ Jun 18 18:35:40 Rereading configuration. ] [ Jun 18 18:35:41 Rereading configuration. ] [ Jun 18 18:35:42 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 18 18:35:42 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.18 18:35:43.603793 [ 1 ] {} Application: Will watch for the process with pid 24452 2025.06.18 18:35:43.604232 [ 1 ] {} Application: Forked a child process to watch 2025.06.18 18:35:43.818310 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24452 2025.06.18 18:35:43.819066 [ 1 ] {} Application: starting up 2025.06.18 18:35:43.819223 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.06.18 18:35:43.918682 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.06.18 18:35:43.962174 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.06.18 18:35:43.962233 [ 1 ] {} Application: Initializing DateLUT. 2025.06.18 18:35:43.962251 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.06.18 18:35:43.962319 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.06.18 18:35:43.962742 [ 1 ] {} Application: Initializing interserver credentials. 2025.06.18 18:35:43.965397 [ 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.18 18:35:43.966225 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.06.18 18:35:43.967088 [ 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.18 18:35:43.967113 [ 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.18 18:35:43.967126 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.06.18 18:35:43.967844 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.18 18:35:43.968861 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.06.18 18:35:43.974964 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.18 18:35:43.975677 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.18 18:35:43.977042 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.06.18 18:35:43.977111 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.06.18 18:35:43.978153 [ 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.18 18:35:43.978564 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.06.18 18:35:43.982608 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.06.18 18:35:43.982973 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.06.18 18:35:43.986366 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.06.18 18:35:43.986800 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.06.18 18:35:43.987221 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.06.18 18:35:43.987575 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.06.18 18:35:43.988936 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.06.18 18:35:43.988961 [ 1 ] {} Application: Loading metadata from /data/ 2025.06.18 18:35:43.989057 [ 136 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:35:43.989145 [ 136 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:35:44.000791 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.06.18 18:35:44.000817 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000177072 sec 2025.06.18 18:35:44.000845 [ 1 ] {} ReferentialDeps: No tables 2025.06.18 18:35:44.000859 [ 1 ] {} LoadingDeps: No tables 2025.06.18 18:35:44.001694 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.06.18 18:35:44.002292 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.06.18 18:35:44.011946 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.06.18 18:35:44.011991 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.06.18 18:35:44.012017 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.06.18 18:35:44.012032 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.06.18 18:35:44.012065 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.06.18 18:35:44.012085 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.06.18 18:35:44.014409 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.06.18 18:35:44.014460 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.06.18 18:35:44.014483 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.06.18 18:35:44.014633 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.06.18 18:35:44.014680 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.06.18 18:35:44.014695 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.06.18 18:35:44.014716 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.06.18 18:35:44.014731 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.06.18 18:35:44.014765 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.06.18 18:35:44.014788 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.06.18 18:35:44.043368 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.06.18 18:35:44.046543 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.06.18 18:35:44.046593 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.3521e-05 sec 2025.06.18 18:35:44.046609 [ 1 ] {} ReferentialDeps: No tables 2025.06.18 18:35:44.046622 [ 1 ] {} LoadingDeps: No tables 2025.06.18 18:35:44.046656 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.06.18 18:35:44.046899 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.06.18 18:35:44.046954 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.06.18 18:35:44.046969 [ 1 ] {} Application: Loaded metadata. 2025.06.18 18:35:44.046984 [ 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.18 18:35:44.046998 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.06.18 18:35:44.065240 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.06.18 18:35:44.065528 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.69 MiB (RSS), difference: 91.91 MiB 2025.06.18 18:35:44.067521 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.11e-05 sec. 2025.06.18 18:35:44.067943 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.06.18 18:35:44.068697 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.06.18 18:35:44.068738 [ 1 ] {} Application: Ready for connections. 2025.06.18 18:35:45.233057 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39644 2025.06.18 18:35:45.234060 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.234114 [ 3 ] {} TCP-Session: 20141796-4e13-434b-a211-8be38b894080 Authenticating user 'default' from [fd00:1122:3344:101::c]:39644 2025.06.18 18:35:45.234142 [ 3 ] {} TCP-Session: 20141796-4e13-434b-a211-8be38b894080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.234161 [ 3 ] {} TCP-Session: 20141796-4e13-434b-a211-8be38b894080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.234253 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.18 18:35:45.234283 [ 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.18 18:35:45.234305 [ 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.18 18:35:45.235032 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52791 2025.06.18 18:35:45.235935 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34673 2025.06.18 18:35:45.235949 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.235944 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38351 2025.06.18 18:35:45.236010 [ 4 ] {} TCP-Session: 99a25842-0eba-4a84-8b46-0b9e2ad47b7f Authenticating user 'default' from [fd00:1122:3344:101::c]:52791 2025.06.18 18:35:45.236071 [ 4 ] {} TCP-Session: 99a25842-0eba-4a84-8b46-0b9e2ad47b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.236087 [ 4 ] {} TCP-Session: 99a25842-0eba-4a84-8b46-0b9e2ad47b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.236109 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62048 2025.06.18 18:35:45.236222 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38754 2025.06.18 18:35:45.236515 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35330 2025.06.18 18:35:45.236532 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45439 2025.06.18 18:35:45.236903 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.237064 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.237076 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.237112 [ 255 ] {} TCP-Session: 6b6e981c-f267-4aba-87e5-36888e14c86b Authenticating user 'default' from [fd00:1122:3344:101::c]:62048 2025.06.18 18:35:45.237144 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.237147 [ 255 ] {} TCP-Session: 6b6e981c-f267-4aba-87e5-36888e14c86b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.237185 [ 255 ] {} TCP-Session: 6b6e981c-f267-4aba-87e5-36888e14c86b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.237201 [ 253 ] {} TCP-Session: 318976a3-c2aa-4b27-912f-64b7071967da Authenticating user 'default' from [fd00:1122:3344:101::c]:34673 2025.06.18 18:35:45.237203 [ 256 ] {} TCP-Session: 2272b509-a5bd-4301-9bcf-b9d531900885 Authenticating user 'default' from [fd00:1122:3344:101::c]:38754 2025.06.18 18:35:45.237226 [ 253 ] {} TCP-Session: 318976a3-c2aa-4b27-912f-64b7071967da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.237247 [ 256 ] {} TCP-Session: 2272b509-a5bd-4301-9bcf-b9d531900885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.237241 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.237272 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.237273 [ 256 ] {} TCP-Session: 2272b509-a5bd-4301-9bcf-b9d531900885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.237317 [ 258 ] {} TCP-Session: 9332ed9f-ea29-4bb7-a6a9-b4e791274083 Authenticating user 'default' from [fd00:1122:3344:101::c]:35330 2025.06.18 18:35:45.237204 [ 5 ] {} TCP-Session: 1c3fb1e5-fb2c-4790-b8ca-5b54fa4f92ba Authenticating user 'default' from [fd00:1122:3344:101::c]:38351 2025.06.18 18:35:45.237352 [ 258 ] {} TCP-Session: 9332ed9f-ea29-4bb7-a6a9-b4e791274083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.237302 [ 257 ] {} TCP-Session: 340311df-2d5c-45a2-a995-b615fc13c7bd Authenticating user 'default' from [fd00:1122:3344:101::c]:45439 2025.06.18 18:35:45.237385 [ 5 ] {} TCP-Session: 1c3fb1e5-fb2c-4790-b8ca-5b54fa4f92ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.237394 [ 258 ] {} TCP-Session: 9332ed9f-ea29-4bb7-a6a9-b4e791274083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.237423 [ 5 ] {} TCP-Session: 1c3fb1e5-fb2c-4790-b8ca-5b54fa4f92ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.237416 [ 257 ] {} TCP-Session: 340311df-2d5c-45a2-a995-b615fc13c7bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.237265 [ 253 ] {} TCP-Session: 318976a3-c2aa-4b27-912f-64b7071967da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.237467 [ 257 ] {} TCP-Session: 340311df-2d5c-45a2-a995-b615fc13c7bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.978090 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36536 2025.06.18 18:35:45.978239 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.978292 [ 259 ] {} TCP-Session: 22417300-03dd-4ddc-aedc-d41837d0a894 Authenticating user 'default' from [fd00:1122:3344:101::a]:36536 2025.06.18 18:35:45.978314 [ 259 ] {} TCP-Session: 22417300-03dd-4ddc-aedc-d41837d0a894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.978326 [ 259 ] {} TCP-Session: 22417300-03dd-4ddc-aedc-d41837d0a894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.978392 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.18 18:35:45.978426 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.18 18:35:45.978452 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.18 18:35:45.978863 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58755 2025.06.18 18:35:45.978969 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38326 2025.06.18 18:35:45.979083 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.979081 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63617 2025.06.18 18:35:45.979124 [ 260 ] {} TCP-Session: b339c631-db18-4f06-8a54-df50c13a469d Authenticating user 'default' from [fd00:1122:3344:101::a]:58755 2025.06.18 18:35:45.979172 [ 260 ] {} TCP-Session: b339c631-db18-4f06-8a54-df50c13a469d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.979185 [ 260 ] {} TCP-Session: b339c631-db18-4f06-8a54-df50c13a469d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.979352 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55719 2025.06.18 18:35:45.979375 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56879 2025.06.18 18:35:45.979439 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50129 2025.06.18 18:35:45.979577 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42355 2025.06.18 18:35:45.980775 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.980798 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.980824 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.980840 [ 262 ] {} TCP-Session: 5ae7cc52-6ff1-4123-bc85-20740e198f11 Authenticating user 'default' from [fd00:1122:3344:101::a]:63617 2025.06.18 18:35:45.980861 [ 266 ] {} TCP-Session: 64e1afbd-a5c6-422a-bf6c-ab6cdc4ad426 Authenticating user 'default' from [fd00:1122:3344:101::a]:42355 2025.06.18 18:35:45.980872 [ 265 ] {} TCP-Session: 58070dcb-e0ac-4803-a6f9-85f9e2cbd7c8 Authenticating user 'default' from [fd00:1122:3344:101::a]:50129 2025.06.18 18:35:45.980882 [ 262 ] {} TCP-Session: 5ae7cc52-6ff1-4123-bc85-20740e198f11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.980832 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.980915 [ 266 ] {} TCP-Session: 64e1afbd-a5c6-422a-bf6c-ab6cdc4ad426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.980937 [ 265 ] {} TCP-Session: 58070dcb-e0ac-4803-a6f9-85f9e2cbd7c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.980967 [ 266 ] {} TCP-Session: 64e1afbd-a5c6-422a-bf6c-ab6cdc4ad426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.980980 [ 265 ] {} TCP-Session: 58070dcb-e0ac-4803-a6f9-85f9e2cbd7c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.980978 [ 264 ] {} TCP-Session: 9b6f00c7-96e3-401b-8d4b-871d1f734f9b Authenticating user 'default' from [fd00:1122:3344:101::a]:56879 2025.06.18 18:35:45.980916 [ 262 ] {} TCP-Session: 5ae7cc52-6ff1-4123-bc85-20740e198f11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.981026 [ 264 ] {} TCP-Session: 9b6f00c7-96e3-401b-8d4b-871d1f734f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.980808 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.981060 [ 264 ] {} TCP-Session: 9b6f00c7-96e3-401b-8d4b-871d1f734f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.981089 [ 263 ] {} TCP-Session: 1d5b6268-606b-4f9d-8c00-6b7696b83490 Authenticating user 'default' from [fd00:1122:3344:101::a]:55719 2025.06.18 18:35:45.980800 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:45.981119 [ 263 ] {} TCP-Session: 1d5b6268-606b-4f9d-8c00-6b7696b83490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.981157 [ 261 ] {} TCP-Session: 47b49421-7f77-45ea-84e2-ceeceaf8b3e9 Authenticating user 'default' from [fd00:1122:3344:101::a]:38326 2025.06.18 18:35:45.981164 [ 263 ] {} TCP-Session: 1d5b6268-606b-4f9d-8c00-6b7696b83490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.981185 [ 261 ] {} TCP-Session: 47b49421-7f77-45ea-84e2-ceeceaf8b3e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:45.981221 [ 261 ] {} TCP-Session: 47b49421-7f77-45ea-84e2-ceeceaf8b3e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.000163 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 117.32 MiB, peak 117.32 MiB, free memory in arenas 0.00 B, will set to 119.60 MiB (RSS), difference: 2.28 MiB 2025.06.18 18:35:46.185552 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34658 2025.06.18 18:35:46.185719 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:46.185758 [ 267 ] {} TCP-Session: 2bc531cf-f3ea-4a4d-8bc4-778da0d94ee8 Authenticating user 'default' from [fd00:1122:3344:101::b]:34658 2025.06.18 18:35:46.185779 [ 267 ] {} TCP-Session: 2bc531cf-f3ea-4a4d-8bc4-778da0d94ee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.185791 [ 267 ] {} TCP-Session: 2bc531cf-f3ea-4a4d-8bc4-778da0d94ee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.185866 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.18 18:35:46.185895 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.18 18:35:46.185918 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.18 18:35:46.186464 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44574 2025.06.18 18:35:46.186466 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37832 2025.06.18 18:35:46.186567 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44549 2025.06.18 18:35:46.186650 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42991 2025.06.18 18:35:46.186702 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:46.186762 [ 269 ] {} TCP-Session: dbcaadb4-92e6-4559-8138-9935439088c7 Authenticating user 'default' from [fd00:1122:3344:101::b]:44574 2025.06.18 18:35:46.186785 [ 269 ] {} TCP-Session: dbcaadb4-92e6-4559-8138-9935439088c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.186798 [ 269 ] {} TCP-Session: dbcaadb4-92e6-4559-8138-9935439088c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.186895 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50057 2025.06.18 18:35:46.187047 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:46.187178 [ 268 ] {} TCP-Session: f6d36e0b-dd22-402d-8269-88ba3292f0f0 Authenticating user 'default' from [fd00:1122:3344:101::b]:37832 2025.06.18 18:35:46.187193 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32947 2025.06.18 18:35:46.187239 [ 268 ] {} TCP-Session: f6d36e0b-dd22-402d-8269-88ba3292f0f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.187262 [ 268 ] {} TCP-Session: f6d36e0b-dd22-402d-8269-88ba3292f0f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.187342 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:46.187378 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58915 2025.06.18 18:35:46.187400 [ 271 ] {} TCP-Session: 7e27b23c-69a6-475e-82d5-dbd9475845f1 Authenticating user 'default' from [fd00:1122:3344:101::b]:42991 2025.06.18 18:35:46.187457 [ 271 ] {} TCP-Session: 7e27b23c-69a6-475e-82d5-dbd9475845f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.187478 [ 271 ] {} TCP-Session: 7e27b23c-69a6-475e-82d5-dbd9475845f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.188542 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:46.188590 [ 270 ] {} TCP-Session: dfc41540-66aa-44fe-8fda-2df4041fa0c8 Authenticating user 'default' from [fd00:1122:3344:101::b]:44549 2025.06.18 18:35:46.188642 [ 270 ] {} TCP-Session: dfc41540-66aa-44fe-8fda-2df4041fa0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.188655 [ 270 ] {} TCP-Session: dfc41540-66aa-44fe-8fda-2df4041fa0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.190413 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:46.190462 [ 272 ] {} TCP-Session: 9571ba93-0f39-4c90-b3d7-e0de5deb2bfb Authenticating user 'default' from [fd00:1122:3344:101::b]:50057 2025.06.18 18:35:46.190487 [ 272 ] {} TCP-Session: 9571ba93-0f39-4c90-b3d7-e0de5deb2bfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.190500 [ 272 ] {} TCP-Session: 9571ba93-0f39-4c90-b3d7-e0de5deb2bfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.192280 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:46.192318 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:46.192347 [ 274 ] {} TCP-Session: e5e620bf-3d85-4995-86f1-2aabdaa69e99 Authenticating user 'default' from [fd00:1122:3344:101::b]:58915 2025.06.18 18:35:46.192368 [ 273 ] {} TCP-Session: 23e2df9a-6b7d-41fc-a0c1-81aa91a32afb Authenticating user 'default' from [fd00:1122:3344:101::b]:32947 2025.06.18 18:35:46.192370 [ 274 ] {} TCP-Session: e5e620bf-3d85-4995-86f1-2aabdaa69e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.192416 [ 273 ] {} TCP-Session: 23e2df9a-6b7d-41fc-a0c1-81aa91a32afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.192421 [ 274 ] {} TCP-Session: e5e620bf-3d85-4995-86f1-2aabdaa69e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:46.192438 [ 273 ] {} TCP-Session: 23e2df9a-6b7d-41fc-a0c1-81aa91a32afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.641820 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48982 2025.06.18 18:35:50.642066 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:50.642203 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Authenticating user 'default' from [fd00:1122:3344:101::d]:48982 2025.06.18 18:35:50.642230 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.642245 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.642394 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.18 18:35:50.642432 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.18 18:35:50.642523 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.18 18:35:50.643573 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33404 2025.06.18 18:35:50.643724 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56734 2025.06.18 18:35:50.643765 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46191 2025.06.18 18:35:50.643855 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53843 2025.06.18 18:35:50.644029 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37923 2025.06.18 18:35:50.644733 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:50.644826 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54049 2025.06.18 18:35:50.644844 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Authenticating user 'default' from [fd00:1122:3344:101::d]:33404 2025.06.18 18:35:50.644887 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.644957 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.646135 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63943 2025.06.18 18:35:50.648243 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:50.648267 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50925 2025.06.18 18:35:50.648334 [ 278 ] {} TCP-Session: 51551848-c740-4e67-891e-88e46005497b Authenticating user 'default' from [fd00:1122:3344:101::d]:46191 2025.06.18 18:35:50.648409 [ 278 ] {} TCP-Session: 51551848-c740-4e67-891e-88e46005497b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.648423 [ 278 ] {} TCP-Session: 51551848-c740-4e67-891e-88e46005497b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.650451 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:50.650493 [ 282 ] {} TCP-Session: 3bf5560e-87a0-4752-b0ec-6cccaedf53a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63943 2025.06.18 18:35:50.650511 [ 282 ] {} TCP-Session: 3bf5560e-87a0-4752-b0ec-6cccaedf53a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.650588 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:50.650604 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:50.650632 [ 282 ] {} TCP-Session: 3bf5560e-87a0-4752-b0ec-6cccaedf53a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.650717 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.650675 [ 281 ] {} TCP-Session: a5df7413-fccd-4e34-96df-bea85bb4054b Authenticating user 'default' from [fd00:1122:3344:101::d]:54049 2025.06.18 18:35:50.650666 [ 283 ] {} TCP-Session: 9f1b6adf-a611-492c-b9d6-b67605b1817d Authenticating user 'default' from [fd00:1122:3344:101::d]:50925 2025.06.18 18:35:50.650800 [ 281 ] {} TCP-Session: a5df7413-fccd-4e34-96df-bea85bb4054b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.650818 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:50.650758 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:50.650900 [ 281 ] {} TCP-Session: a5df7413-fccd-4e34-96df-bea85bb4054b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.650896 [ 279 ] {} TCP-Session: 0f122734-9c92-4853-a458-1fc9e11a308c Authenticating user 'default' from [fd00:1122:3344:101::d]:53843 2025.06.18 18:35:50.650889 [ 283 ] {} TCP-Session: 9f1b6adf-a611-492c-b9d6-b67605b1817d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.651058 [ 279 ] {} TCP-Session: 0f122734-9c92-4853-a458-1fc9e11a308c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.651076 [ 283 ] {} TCP-Session: 9f1b6adf-a611-492c-b9d6-b67605b1817d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.650999 [ 280 ] {} TCP-Session: 8e723b93-f676-4f48-8360-a5d682943a7c Authenticating user 'default' from [fd00:1122:3344:101::d]:37923 2025.06.18 18:35:50.651154 [ 279 ] {} TCP-Session: 0f122734-9c92-4853-a458-1fc9e11a308c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.650643 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.18 18:35:50.651186 [ 280 ] {} TCP-Session: 8e723b93-f676-4f48-8360-a5d682943a7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.651235 [ 280 ] {} TCP-Session: 8e723b93-f676-4f48-8360-a5d682943a7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.651258 [ 277 ] {} TCP-Session: d55b0320-8b66-4263-80dd-f971e81a14e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56734 2025.06.18 18:35:50.651343 [ 277 ] {} TCP-Session: d55b0320-8b66-4263-80dd-f971e81a14e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.651356 [ 277 ] {} TCP-Session: d55b0320-8b66-4263-80dd-f971e81a14e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:35:50.653973 [ 275 ] {696c8f22-ca28-4eb1-ba42-5fe9db50469a} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.06.18 18:35:50.714563 [ 275 ] {696c8f22-ca28-4eb1-ba42-5fe9db50469a} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48982) (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.18 18:35:50.715659 [ 275 ] {696c8f22-ca28-4eb1-ba42-5fe9db50469a} 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.18 18:35:50.715907 [ 275 ] {696c8f22-ca28-4eb1-ba42-5fe9db50469a} TCPHandler: Processed in 0.072121606 sec. 2025.06.18 18:35:50.716857 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.717061 [ 276 ] {1253dc62-01c5-40c5-9c79-aa848a2763fa} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.06.18 18:35:50.717558 [ 276 ] {1253dc62-01c5-40c5-9c79-aa848a2763fa} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33404) (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.18 18:35:50.717843 [ 276 ] {1253dc62-01c5-40c5-9c79-aa848a2763fa} 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.18 18:35:50.718068 [ 276 ] {1253dc62-01c5-40c5-9c79-aa848a2763fa} TCPHandler: Processed in 0.001390159 sec. 2025.06.18 18:35:50.718422 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.719304 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} executeQuery: (from [fd00:1122:3344:101::d]:48982) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.06.18 18:35:50.719999 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.06.18 18:35:50.721408 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.06.18 18:35:50.721530 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000157212 sec 2025.06.18 18:35:50.721545 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} ReferentialDeps: No tables 2025.06.18 18:35:50.721556 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} LoadingDeps: No tables 2025.06.18 18:35:50.721615 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} DatabaseAtomic (oximeter): Starting up tables. 2025.06.18 18:35:50.722341 [ 275 ] {eda3c5ed-bede-4611-91f9-7004c2d13ab8} TCPHandler: Processed in 0.004039406 sec. 2025.06.18 18:35:50.722497 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.722657 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} executeQuery: (from [fd00:1122:3344:101::d]:48982) /* 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.18 18:35:50.722867 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.06.18 18:35:50.728141 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} StoragePolicy (default): Storage policy default created, total volumes 1 2025.06.18 18:35:50.729377 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} oximeter.version (dcd411f0-418a-44ea-b836-462f837e9bb7): Loading data parts 2025.06.18 18:35:50.730554 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} oximeter.version (dcd411f0-418a-44ea-b836-462f837e9bb7): There are no data parts 2025.06.18 18:35:50.733184 [ 275 ] {cef797bc-ace5-4ea5-9050-10c6f58a481b} TCPHandler: Processed in 0.010737468 sec. 2025.06.18 18:35:50.733511 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.733701 [ 275 ] {a95485a5-8561-49f5-aa11-43758ff57948} executeQuery: (from [fd00:1122:3344:101::d]:48982) /* 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.18 18:35:50.733831 [ 275 ] {a95485a5-8561-49f5-aa11-43758ff57948} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.06.18 18:35:50.743413 [ 275 ] {a95485a5-8561-49f5-aa11-43758ff57948} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Loading data parts 2025.06.18 18:35:50.743765 [ 275 ] {a95485a5-8561-49f5-aa11-43758ff57948} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): There are no data parts 2025.06.18 18:35:50.745105 [ 275 ] {a95485a5-8561-49f5-aa11-43758ff57948} TCPHandler: Processed in 0.0116437 sec. 2025.06.18 18:35:50.745252 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.745504 [ 275 ] {2e79c079-df52-4bdf-afba-0a951c41b961} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.745550 [ 275 ] {2e79c079-df52-4bdf-afba-0a951c41b961} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.06.18 18:35:50.747525 [ 275 ] {2e79c079-df52-4bdf-afba-0a951c41b961} oximeter.measurements_i8 (5af90643-0386-4dc3-a45d-03cbda908085): Loading data parts 2025.06.18 18:35:50.747655 [ 275 ] {2e79c079-df52-4bdf-afba-0a951c41b961} oximeter.measurements_i8 (5af90643-0386-4dc3-a45d-03cbda908085): There are no data parts 2025.06.18 18:35:50.749063 [ 275 ] {2e79c079-df52-4bdf-afba-0a951c41b961} TCPHandler: Processed in 0.003860263 sec. 2025.06.18 18:35:50.749316 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.749478 [ 275 ] {e349a6cd-c4d8-4073-a870-a30904667b0e} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.749626 [ 275 ] {e349a6cd-c4d8-4073-a870-a30904667b0e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.06.18 18:35:50.751270 [ 275 ] {e349a6cd-c4d8-4073-a870-a30904667b0e} oximeter.measurements_u8 (1b6c2dba-351b-4ded-a48b-0ed58ed35f8a): Loading data parts 2025.06.18 18:35:50.751464 [ 275 ] {e349a6cd-c4d8-4073-a870-a30904667b0e} oximeter.measurements_u8 (1b6c2dba-351b-4ded-a48b-0ed58ed35f8a): There are no data parts 2025.06.18 18:35:50.752811 [ 275 ] {e349a6cd-c4d8-4073-a870-a30904667b0e} TCPHandler: Processed in 0.003543589 sec. 2025.06.18 18:35:50.752970 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.753180 [ 275 ] {d93d7ea9-5bc9-4820-8128-5dc7460fec6d} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.753258 [ 275 ] {d93d7ea9-5bc9-4820-8128-5dc7460fec6d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.06.18 18:35:50.755405 [ 275 ] {d93d7ea9-5bc9-4820-8128-5dc7460fec6d} oximeter.measurements_i16 (8e6794bf-e57d-4fa0-8bf4-eb89dbe6ce9c): Loading data parts 2025.06.18 18:35:50.755560 [ 275 ] {d93d7ea9-5bc9-4820-8128-5dc7460fec6d} oximeter.measurements_i16 (8e6794bf-e57d-4fa0-8bf4-eb89dbe6ce9c): There are no data parts 2025.06.18 18:35:50.756969 [ 275 ] {d93d7ea9-5bc9-4820-8128-5dc7460fec6d} TCPHandler: Processed in 0.004059966 sec. 2025.06.18 18:35:50.757192 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.757347 [ 275 ] {c631c822-3b31-4e3a-9f76-0b761dd92874} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.757454 [ 275 ] {c631c822-3b31-4e3a-9f76-0b761dd92874} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.06.18 18:35:50.759343 [ 275 ] {c631c822-3b31-4e3a-9f76-0b761dd92874} oximeter.measurements_u16 (87200161-ece7-4e6a-bd17-878797c22709): Loading data parts 2025.06.18 18:35:50.759560 [ 275 ] {c631c822-3b31-4e3a-9f76-0b761dd92874} oximeter.measurements_u16 (87200161-ece7-4e6a-bd17-878797c22709): There are no data parts 2025.06.18 18:35:50.760934 [ 275 ] {c631c822-3b31-4e3a-9f76-0b761dd92874} TCPHandler: Processed in 0.003789253 sec. 2025.06.18 18:35:50.761076 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.761312 [ 275 ] {71054edf-b2b3-4a33-b82c-e4928343dfbc} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.761387 [ 275 ] {71054edf-b2b3-4a33-b82c-e4928343dfbc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.06.18 18:35:50.764174 [ 275 ] {71054edf-b2b3-4a33-b82c-e4928343dfbc} oximeter.measurements_i32 (3a7099c4-150d-4033-8a68-3597e6b1d575): Loading data parts 2025.06.18 18:35:50.764359 [ 275 ] {71054edf-b2b3-4a33-b82c-e4928343dfbc} oximeter.measurements_i32 (3a7099c4-150d-4033-8a68-3597e6b1d575): There are no data parts 2025.06.18 18:35:50.766091 [ 275 ] {71054edf-b2b3-4a33-b82c-e4928343dfbc} TCPHandler: Processed in 0.00506285 sec. 2025.06.18 18:35:50.766303 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.766460 [ 275 ] {4c1fcdaf-d9ad-47e6-98d8-2b89fb0916e5} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.766570 [ 275 ] {4c1fcdaf-d9ad-47e6-98d8-2b89fb0916e5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.06.18 18:35:50.768321 [ 275 ] {4c1fcdaf-d9ad-47e6-98d8-2b89fb0916e5} oximeter.measurements_u32 (cbcf9ab9-3fee-46d7-ba05-a2add2de7b00): Loading data parts 2025.06.18 18:35:50.768471 [ 275 ] {4c1fcdaf-d9ad-47e6-98d8-2b89fb0916e5} oximeter.measurements_u32 (cbcf9ab9-3fee-46d7-ba05-a2add2de7b00): There are no data parts 2025.06.18 18:35:50.769985 [ 275 ] {4c1fcdaf-d9ad-47e6-98d8-2b89fb0916e5} TCPHandler: Processed in 0.003733322 sec. 2025.06.18 18:35:50.770127 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.770285 [ 275 ] {c3552724-f6bf-4ea1-92a6-b92a26be5227} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.770394 [ 275 ] {c3552724-f6bf-4ea1-92a6-b92a26be5227} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.06.18 18:35:50.772048 [ 275 ] {c3552724-f6bf-4ea1-92a6-b92a26be5227} oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): Loading data parts 2025.06.18 18:35:50.772187 [ 275 ] {c3552724-f6bf-4ea1-92a6-b92a26be5227} oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): There are no data parts 2025.06.18 18:35:50.773784 [ 275 ] {c3552724-f6bf-4ea1-92a6-b92a26be5227} TCPHandler: Processed in 0.003706241 sec. 2025.06.18 18:35:50.774005 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.774168 [ 275 ] {88c903fb-2e71-4fbb-b556-068b2d36ccff} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.774279 [ 275 ] {88c903fb-2e71-4fbb-b556-068b2d36ccff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.06.18 18:35:50.776088 [ 275 ] {88c903fb-2e71-4fbb-b556-068b2d36ccff} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Loading data parts 2025.06.18 18:35:50.776230 [ 275 ] {88c903fb-2e71-4fbb-b556-068b2d36ccff} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): There are no data parts 2025.06.18 18:35:50.777842 [ 275 ] {88c903fb-2e71-4fbb-b556-068b2d36ccff} TCPHandler: Processed in 0.003886074 sec. 2025.06.18 18:35:50.778006 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.778175 [ 275 ] {8aec2fa0-cf2d-48ad-bf47-9c29a2867e29} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.778330 [ 275 ] {8aec2fa0-cf2d-48ad-bf47-9c29a2867e29} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.06.18 18:35:50.780716 [ 275 ] {8aec2fa0-cf2d-48ad-bf47-9c29a2867e29} oximeter.measurements_f32 (2cf55359-6ea2-45cd-ab01-dd974f5c399d): Loading data parts 2025.06.18 18:35:50.780860 [ 275 ] {8aec2fa0-cf2d-48ad-bf47-9c29a2867e29} oximeter.measurements_f32 (2cf55359-6ea2-45cd-ab01-dd974f5c399d): There are no data parts 2025.06.18 18:35:50.782150 [ 275 ] {8aec2fa0-cf2d-48ad-bf47-9c29a2867e29} TCPHandler: Processed in 0.004201958 sec. 2025.06.18 18:35:50.782405 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.782596 [ 275 ] {f856dd7b-b4a0-4b16-afe7-721d1c75b557} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.782703 [ 275 ] {f856dd7b-b4a0-4b16-afe7-721d1c75b557} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.06.18 18:35:50.784707 [ 275 ] {f856dd7b-b4a0-4b16-afe7-721d1c75b557} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Loading data parts 2025.06.18 18:35:50.784843 [ 275 ] {f856dd7b-b4a0-4b16-afe7-721d1c75b557} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): There are no data parts 2025.06.18 18:35:50.786044 [ 275 ] {f856dd7b-b4a0-4b16-afe7-721d1c75b557} TCPHandler: Processed in 0.003690401 sec. 2025.06.18 18:35:50.786189 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.786341 [ 275 ] {1c06ce37-bff6-40e3-b1dd-4f2fb21748d3} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.786468 [ 275 ] {1c06ce37-bff6-40e3-b1dd-4f2fb21748d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.06.18 18:35:50.788370 [ 275 ] {1c06ce37-bff6-40e3-b1dd-4f2fb21748d3} oximeter.measurements_string (771f9130-98a4-411f-9140-6c82eec112fe): Loading data parts 2025.06.18 18:35:50.788512 [ 275 ] {1c06ce37-bff6-40e3-b1dd-4f2fb21748d3} oximeter.measurements_string (771f9130-98a4-411f-9140-6c82eec112fe): There are no data parts 2025.06.18 18:35:50.789620 [ 275 ] {1c06ce37-bff6-40e3-b1dd-4f2fb21748d3} TCPHandler: Processed in 0.003478499 sec. 2025.06.18 18:35:50.789845 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.789999 [ 275 ] {2751935f-6926-49c2-9142-35af6740a6b0} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.790138 [ 275 ] {2751935f-6926-49c2-9142-35af6740a6b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.06.18 18:35:50.791899 [ 275 ] {2751935f-6926-49c2-9142-35af6740a6b0} oximeter.measurements_bytes (ff3b67a8-2a0c-40dc-a2c5-edc2884ce28d): Loading data parts 2025.06.18 18:35:50.792058 [ 275 ] {2751935f-6926-49c2-9142-35af6740a6b0} oximeter.measurements_bytes (ff3b67a8-2a0c-40dc-a2c5-edc2884ce28d): There are no data parts 2025.06.18 18:35:50.794274 [ 275 ] {2751935f-6926-49c2-9142-35af6740a6b0} TCPHandler: Processed in 0.004476422 sec. 2025.06.18 18:35:50.794510 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.794698 [ 275 ] {adef9f2b-356b-4908-8620-45eba5caabc7} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.794875 [ 275 ] {adef9f2b-356b-4908-8620-45eba5caabc7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.06.18 18:35:50.797175 [ 275 ] {adef9f2b-356b-4908-8620-45eba5caabc7} oximeter.measurements_cumulativei64 (630652f1-9673-494e-a27b-96368c46625a): Loading data parts 2025.06.18 18:35:50.797397 [ 275 ] {adef9f2b-356b-4908-8620-45eba5caabc7} oximeter.measurements_cumulativei64 (630652f1-9673-494e-a27b-96368c46625a): There are no data parts 2025.06.18 18:35:50.800405 [ 275 ] {adef9f2b-356b-4908-8620-45eba5caabc7} TCPHandler: Processed in 0.005953092 sec. 2025.06.18 18:35:50.800554 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.800793 [ 275 ] {2503a53a-5e23-4845-bf0c-f91d4dbfdb89} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.800929 [ 275 ] {2503a53a-5e23-4845-bf0c-f91d4dbfdb89} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.06.18 18:35:50.802897 [ 275 ] {2503a53a-5e23-4845-bf0c-f91d4dbfdb89} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Loading data parts 2025.06.18 18:35:50.803185 [ 275 ] {2503a53a-5e23-4845-bf0c-f91d4dbfdb89} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): There are no data parts 2025.06.18 18:35:50.805344 [ 275 ] {2503a53a-5e23-4845-bf0c-f91d4dbfdb89} TCPHandler: Processed in 0.004836596 sec. 2025.06.18 18:35:50.805539 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.805736 [ 275 ] {8035c528-2e45-40a0-affd-644498646a9e} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.805890 [ 275 ] {8035c528-2e45-40a0-affd-644498646a9e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.06.18 18:35:50.808360 [ 275 ] {8035c528-2e45-40a0-affd-644498646a9e} oximeter.measurements_cumulativef32 (5764817a-5496-4e88-bc64-75e34d6c5372): Loading data parts 2025.06.18 18:35:50.808518 [ 275 ] {8035c528-2e45-40a0-affd-644498646a9e} oximeter.measurements_cumulativef32 (5764817a-5496-4e88-bc64-75e34d6c5372): There are no data parts 2025.06.18 18:35:50.810525 [ 275 ] {8035c528-2e45-40a0-affd-644498646a9e} TCPHandler: Processed in 0.00506017 sec. 2025.06.18 18:35:50.810761 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.810931 [ 275 ] {fb5c76f9-7e8f-45f3-8e06-fefa4a7ce389} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.811041 [ 275 ] {fb5c76f9-7e8f-45f3-8e06-fefa4a7ce389} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.06.18 18:35:50.815057 [ 275 ] {fb5c76f9-7e8f-45f3-8e06-fefa4a7ce389} oximeter.measurements_cumulativef64 (e362648c-a50c-4eaf-be0f-423a34863072): Loading data parts 2025.06.18 18:35:50.815263 [ 275 ] {fb5c76f9-7e8f-45f3-8e06-fefa4a7ce389} oximeter.measurements_cumulativef64 (e362648c-a50c-4eaf-be0f-423a34863072): There are no data parts 2025.06.18 18:35:50.816950 [ 275 ] {fb5c76f9-7e8f-45f3-8e06-fefa4a7ce389} TCPHandler: Processed in 0.006237956 sec. 2025.06.18 18:35:50.817103 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.817399 [ 275 ] {f91b463b-6cb5-4145-baeb-ed0a6dc2d445} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.817525 [ 275 ] {f91b463b-6cb5-4145-baeb-ed0a6dc2d445} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.06.18 18:35:50.820488 [ 275 ] {f91b463b-6cb5-4145-baeb-ed0a6dc2d445} oximeter.measurements_histogrami8 (5b592619-9185-4b4b-8dde-e0a75e2fcc22): Loading data parts 2025.06.18 18:35:50.820625 [ 275 ] {f91b463b-6cb5-4145-baeb-ed0a6dc2d445} oximeter.measurements_histogrami8 (5b592619-9185-4b4b-8dde-e0a75e2fcc22): There are no data parts 2025.06.18 18:35:50.821859 [ 275 ] {f91b463b-6cb5-4145-baeb-ed0a6dc2d445} TCPHandler: Processed in 0.004805596 sec. 2025.06.18 18:35:50.822101 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.822314 [ 275 ] {c21cfb78-fca6-42e9-82e7-f95267a310d6} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.822441 [ 275 ] {c21cfb78-fca6-42e9-82e7-f95267a310d6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.06.18 18:35:50.825069 [ 275 ] {c21cfb78-fca6-42e9-82e7-f95267a310d6} oximeter.measurements_histogramu8 (56fb1318-fe4a-4fdd-bbe3-7810214cde4f): Loading data parts 2025.06.18 18:35:50.825240 [ 275 ] {c21cfb78-fca6-42e9-82e7-f95267a310d6} oximeter.measurements_histogramu8 (56fb1318-fe4a-4fdd-bbe3-7810214cde4f): There are no data parts 2025.06.18 18:35:50.826776 [ 275 ] {c21cfb78-fca6-42e9-82e7-f95267a310d6} TCPHandler: Processed in 0.004722855 sec. 2025.06.18 18:35:50.826949 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.827355 [ 275 ] {9feade3f-1c4f-486c-9980-0dc336f1d352} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.827526 [ 275 ] {9feade3f-1c4f-486c-9980-0dc336f1d352} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.06.18 18:35:50.830412 [ 275 ] {9feade3f-1c4f-486c-9980-0dc336f1d352} oximeter.measurements_histogrami16 (a18a274a-ff4e-496d-b69b-d7ca44eba4e2): Loading data parts 2025.06.18 18:35:50.830547 [ 275 ] {9feade3f-1c4f-486c-9980-0dc336f1d352} oximeter.measurements_histogrami16 (a18a274a-ff4e-496d-b69b-d7ca44eba4e2): There are no data parts 2025.06.18 18:35:50.831772 [ 275 ] {9feade3f-1c4f-486c-9980-0dc336f1d352} TCPHandler: Processed in 0.004888917 sec. 2025.06.18 18:35:50.831996 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.832211 [ 275 ] {431573af-b847-48c4-a641-c8f5b53dfdc3} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.832332 [ 275 ] {431573af-b847-48c4-a641-c8f5b53dfdc3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.06.18 18:35:50.834477 [ 275 ] {431573af-b847-48c4-a641-c8f5b53dfdc3} oximeter.measurements_histogramu16 (cb8c5cb9-5485-49d4-9c57-17dd2dc29fe6): Loading data parts 2025.06.18 18:35:50.834665 [ 275 ] {431573af-b847-48c4-a641-c8f5b53dfdc3} oximeter.measurements_histogramu16 (cb8c5cb9-5485-49d4-9c57-17dd2dc29fe6): There are no data parts 2025.06.18 18:35:50.836276 [ 275 ] {431573af-b847-48c4-a641-c8f5b53dfdc3} TCPHandler: Processed in 0.00433069 sec. 2025.06.18 18:35:50.836421 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.836675 [ 275 ] {a3492076-de6f-4ca5-8c8f-d5d9429fd82b} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.836791 [ 275 ] {a3492076-de6f-4ca5-8c8f-d5d9429fd82b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.06.18 18:35:50.838964 [ 275 ] {a3492076-de6f-4ca5-8c8f-d5d9429fd82b} oximeter.measurements_histogrami32 (b39b5a7f-4ec1-4031-aee7-7d4944c3ea85): Loading data parts 2025.06.18 18:35:50.839101 [ 275 ] {a3492076-de6f-4ca5-8c8f-d5d9429fd82b} oximeter.measurements_histogrami32 (b39b5a7f-4ec1-4031-aee7-7d4944c3ea85): There are no data parts 2025.06.18 18:35:50.840440 [ 275 ] {a3492076-de6f-4ca5-8c8f-d5d9429fd82b} TCPHandler: Processed in 0.004066506 sec. 2025.06.18 18:35:50.840653 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.840862 [ 275 ] {95df41d2-4b9c-4daf-bc31-6ecd7c12c435} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.840987 [ 275 ] {95df41d2-4b9c-4daf-bc31-6ecd7c12c435} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.06.18 18:35:50.842996 [ 275 ] {95df41d2-4b9c-4daf-bc31-6ecd7c12c435} oximeter.measurements_histogramu32 (750ff680-cd95-4676-a15c-5a833ccfe335): Loading data parts 2025.06.18 18:35:50.843155 [ 275 ] {95df41d2-4b9c-4daf-bc31-6ecd7c12c435} oximeter.measurements_histogramu32 (750ff680-cd95-4676-a15c-5a833ccfe335): There are no data parts 2025.06.18 18:35:50.845120 [ 275 ] {95df41d2-4b9c-4daf-bc31-6ecd7c12c435} TCPHandler: Processed in 0.004514482 sec. 2025.06.18 18:35:50.845288 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.845562 [ 275 ] {37bcdeb4-1f3f-450f-8299-e18f03d432a9} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.845698 [ 275 ] {37bcdeb4-1f3f-450f-8299-e18f03d432a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.06.18 18:35:50.848797 [ 275 ] {37bcdeb4-1f3f-450f-8299-e18f03d432a9} oximeter.measurements_histogrami64 (a17fb3e4-8b10-4398-bb6c-64adfb103e2f): Loading data parts 2025.06.18 18:35:50.848953 [ 275 ] {37bcdeb4-1f3f-450f-8299-e18f03d432a9} oximeter.measurements_histogrami64 (a17fb3e4-8b10-4398-bb6c-64adfb103e2f): There are no data parts 2025.06.18 18:35:50.850201 [ 275 ] {37bcdeb4-1f3f-450f-8299-e18f03d432a9} TCPHandler: Processed in 0.004973698 sec. 2025.06.18 18:35:50.850443 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.850701 [ 275 ] {7afb983f-2d40-402f-a5a7-d40f87174770} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.850835 [ 275 ] {7afb983f-2d40-402f-a5a7-d40f87174770} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.06.18 18:35:50.852849 [ 275 ] {7afb983f-2d40-402f-a5a7-d40f87174770} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Loading data parts 2025.06.18 18:35:50.853026 [ 275 ] {7afb983f-2d40-402f-a5a7-d40f87174770} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): There are no data parts 2025.06.18 18:35:50.855144 [ 275 ] {7afb983f-2d40-402f-a5a7-d40f87174770} TCPHandler: Processed in 0.004750175 sec. 2025.06.18 18:35:50.855300 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.855641 [ 275 ] {a953bd8f-eeb1-4673-858a-24249256b0a2} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.855797 [ 275 ] {a953bd8f-eeb1-4673-858a-24249256b0a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.06.18 18:35:50.858415 [ 275 ] {a953bd8f-eeb1-4673-858a-24249256b0a2} oximeter.measurements_histogramf32 (9973fed6-1774-4192-998e-f3f7defcf29b): Loading data parts 2025.06.18 18:35:50.858572 [ 275 ] {a953bd8f-eeb1-4673-858a-24249256b0a2} oximeter.measurements_histogramf32 (9973fed6-1774-4192-998e-f3f7defcf29b): There are no data parts 2025.06.18 18:35:50.860142 [ 275 ] {a953bd8f-eeb1-4673-858a-24249256b0a2} TCPHandler: Processed in 0.004892347 sec. 2025.06.18 18:35:50.860452 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.860661 [ 275 ] {b82ff3b0-7a59-44a6-be96-f1d5b6daa828} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.860801 [ 275 ] {b82ff3b0-7a59-44a6-be96-f1d5b6daa828} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.06.18 18:35:50.862850 [ 275 ] {b82ff3b0-7a59-44a6-be96-f1d5b6daa828} oximeter.measurements_histogramf64 (f43ce9bf-a124-4b60-b5f6-7250582b5c4d): Loading data parts 2025.06.18 18:35:50.863029 [ 275 ] {b82ff3b0-7a59-44a6-be96-f1d5b6daa828} oximeter.measurements_histogramf64 (f43ce9bf-a124-4b60-b5f6-7250582b5c4d): There are no data parts 2025.06.18 18:35:50.864564 [ 275 ] {b82ff3b0-7a59-44a6-be96-f1d5b6daa828} TCPHandler: Processed in 0.004160997 sec. 2025.06.18 18:35:50.864727 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.865022 [ 275 ] {ee466d52-9f4e-4d88-b342-abce95db9ecc} executeQuery: (from [fd00:1122:3344:101::d]:48982) /* 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.18 18:35:50.865158 [ 275 ] {ee466d52-9f4e-4d88-b342-abce95db9ecc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.06.18 18:35:50.867656 [ 275 ] {ee466d52-9f4e-4d88-b342-abce95db9ecc} oximeter.fields_bool (8e1b657f-16d1-4872-8239-f08b6f16c70b): Loading data parts 2025.06.18 18:35:50.867938 [ 275 ] {ee466d52-9f4e-4d88-b342-abce95db9ecc} oximeter.fields_bool (8e1b657f-16d1-4872-8239-f08b6f16c70b): There are no data parts 2025.06.18 18:35:50.869590 [ 275 ] {ee466d52-9f4e-4d88-b342-abce95db9ecc} TCPHandler: Processed in 0.004911598 sec. 2025.06.18 18:35:50.869737 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.870010 [ 275 ] {c9b01f26-8017-4fd4-9852-22041c6002c4} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.870117 [ 275 ] {c9b01f26-8017-4fd4-9852-22041c6002c4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.06.18 18:35:50.872287 [ 275 ] {c9b01f26-8017-4fd4-9852-22041c6002c4} oximeter.fields_i8 (4ab68128-5b0c-4853-b3e8-bcdcae9dfd32): Loading data parts 2025.06.18 18:35:50.872437 [ 275 ] {c9b01f26-8017-4fd4-9852-22041c6002c4} oximeter.fields_i8 (4ab68128-5b0c-4853-b3e8-bcdcae9dfd32): There are no data parts 2025.06.18 18:35:50.873706 [ 275 ] {c9b01f26-8017-4fd4-9852-22041c6002c4} TCPHandler: Processed in 0.004016405 sec. 2025.06.18 18:35:50.873872 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.874075 [ 275 ] {39cb6686-8305-4143-949a-37d0f9a07f28} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.874217 [ 275 ] {39cb6686-8305-4143-949a-37d0f9a07f28} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.06.18 18:35:50.875933 [ 275 ] {39cb6686-8305-4143-949a-37d0f9a07f28} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Loading data parts 2025.06.18 18:35:50.876088 [ 275 ] {39cb6686-8305-4143-949a-37d0f9a07f28} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): There are no data parts 2025.06.18 18:35:50.877165 [ 275 ] {39cb6686-8305-4143-949a-37d0f9a07f28} TCPHandler: Processed in 0.003355646 sec. 2025.06.18 18:35:50.877303 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.877525 [ 275 ] {0a004d21-a0fe-4fdb-aaeb-9dd9889a72f0} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.877632 [ 275 ] {0a004d21-a0fe-4fdb-aaeb-9dd9889a72f0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.06.18 18:35:50.879555 [ 275 ] {0a004d21-a0fe-4fdb-aaeb-9dd9889a72f0} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Loading data parts 2025.06.18 18:35:50.879784 [ 275 ] {0a004d21-a0fe-4fdb-aaeb-9dd9889a72f0} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): There are no data parts 2025.06.18 18:35:50.880954 [ 275 ] {0a004d21-a0fe-4fdb-aaeb-9dd9889a72f0} TCPHandler: Processed in 0.003699751 sec. 2025.06.18 18:35:50.881103 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.881256 [ 275 ] {29a7a73d-2848-43a2-b259-752f118180fd} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.881375 [ 275 ] {29a7a73d-2848-43a2-b259-752f118180fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.06.18 18:35:50.883824 [ 275 ] {29a7a73d-2848-43a2-b259-752f118180fd} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Loading data parts 2025.06.18 18:35:50.883966 [ 275 ] {29a7a73d-2848-43a2-b259-752f118180fd} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): There are no data parts 2025.06.18 18:35:50.885169 [ 275 ] {29a7a73d-2848-43a2-b259-752f118180fd} TCPHandler: Processed in 0.004112246 sec. 2025.06.18 18:35:50.885356 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.885570 [ 275 ] {10e0ec87-2967-47b1-a865-230c05ea0238} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.885695 [ 275 ] {10e0ec87-2967-47b1-a865-230c05ea0238} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.06.18 18:35:50.887952 [ 275 ] {10e0ec87-2967-47b1-a865-230c05ea0238} oximeter.fields_i32 (0c4d097c-f02b-4c8f-814f-701d3aae21b5): Loading data parts 2025.06.18 18:35:50.888089 [ 275 ] {10e0ec87-2967-47b1-a865-230c05ea0238} oximeter.fields_i32 (0c4d097c-f02b-4c8f-814f-701d3aae21b5): There are no data parts 2025.06.18 18:35:50.889876 [ 275 ] {10e0ec87-2967-47b1-a865-230c05ea0238} TCPHandler: Processed in 0.004567763 sec. 2025.06.18 18:35:50.890019 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.890171 [ 275 ] {adf217d2-5974-4ecd-aa06-58a4925b31c3} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.890278 [ 275 ] {adf217d2-5974-4ecd-aa06-58a4925b31c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.06.18 18:35:50.892515 [ 275 ] {adf217d2-5974-4ecd-aa06-58a4925b31c3} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Loading data parts 2025.06.18 18:35:50.892659 [ 275 ] {adf217d2-5974-4ecd-aa06-58a4925b31c3} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): There are no data parts 2025.06.18 18:35:50.893887 [ 275 ] {adf217d2-5974-4ecd-aa06-58a4925b31c3} TCPHandler: Processed in 0.003915654 sec. 2025.06.18 18:35:50.894101 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.894253 [ 275 ] {45cfeeb0-a432-49cb-b574-84b272ca7ff3} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.894375 [ 275 ] {45cfeeb0-a432-49cb-b574-84b272ca7ff3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.06.18 18:35:50.896490 [ 275 ] {45cfeeb0-a432-49cb-b574-84b272ca7ff3} oximeter.fields_i64 (a7e5dea8-c6d7-4bcc-a42a-53773c8244cb): Loading data parts 2025.06.18 18:35:50.896709 [ 275 ] {45cfeeb0-a432-49cb-b574-84b272ca7ff3} oximeter.fields_i64 (a7e5dea8-c6d7-4bcc-a42a-53773c8244cb): There are no data parts 2025.06.18 18:35:50.897845 [ 275 ] {45cfeeb0-a432-49cb-b574-84b272ca7ff3} TCPHandler: Processed in 0.003792862 sec. 2025.06.18 18:35:50.897979 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.898175 [ 275 ] {68939a5e-f956-49a7-9cf9-81b07286cfa0} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.898252 [ 275 ] {68939a5e-f956-49a7-9cf9-81b07286cfa0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.06.18 18:35:50.899931 [ 275 ] {68939a5e-f956-49a7-9cf9-81b07286cfa0} oximeter.fields_u64 (a11d82e9-7ae4-4e1c-99e6-d37241d7b3da): Loading data parts 2025.06.18 18:35:50.900056 [ 275 ] {68939a5e-f956-49a7-9cf9-81b07286cfa0} oximeter.fields_u64 (a11d82e9-7ae4-4e1c-99e6-d37241d7b3da): There are no data parts 2025.06.18 18:35:50.901321 [ 275 ] {68939a5e-f956-49a7-9cf9-81b07286cfa0} TCPHandler: Processed in 0.003435848 sec. 2025.06.18 18:35:50.901512 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.901723 [ 275 ] {74524aa6-f5e2-4417-a85e-03220c66a554} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.901842 [ 275 ] {74524aa6-f5e2-4417-a85e-03220c66a554} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.06.18 18:35:50.903517 [ 275 ] {74524aa6-f5e2-4417-a85e-03220c66a554} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Loading data parts 2025.06.18 18:35:50.903741 [ 275 ] {74524aa6-f5e2-4417-a85e-03220c66a554} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): There are no data parts 2025.06.18 18:35:50.904869 [ 275 ] {74524aa6-f5e2-4417-a85e-03220c66a554} TCPHandler: Processed in 0.003346186 sec. 2025.06.18 18:35:50.905005 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.905244 [ 275 ] {e9fbcbe6-0069-4ac6-be5e-a805ebb70161} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.905329 [ 275 ] {e9fbcbe6-0069-4ac6-be5e-a805ebb70161} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.06.18 18:35:50.907029 [ 275 ] {e9fbcbe6-0069-4ac6-be5e-a805ebb70161} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Loading data parts 2025.06.18 18:35:50.907154 [ 275 ] {e9fbcbe6-0069-4ac6-be5e-a805ebb70161} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): There are no data parts 2025.06.18 18:35:50.908635 [ 275 ] {e9fbcbe6-0069-4ac6-be5e-a805ebb70161} TCPHandler: Processed in 0.003678351 sec. 2025.06.18 18:35:50.908829 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.908979 [ 275 ] {24cbb3df-a7d3-4a4b-97f5-9e707735e1de} executeQuery: (from [fd00:1122:3344:101::d]:48982) 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.18 18:35:50.909115 [ 275 ] {24cbb3df-a7d3-4a4b-97f5-9e707735e1de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.06.18 18:35:50.911700 [ 275 ] {24cbb3df-a7d3-4a4b-97f5-9e707735e1de} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Loading data parts 2025.06.18 18:35:50.912018 [ 275 ] {24cbb3df-a7d3-4a4b-97f5-9e707735e1de} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): There are no data parts 2025.06.18 18:35:50.915547 [ 275 ] {24cbb3df-a7d3-4a4b-97f5-9e707735e1de} TCPHandler: Processed in 0.006766604 sec. 2025.06.18 18:35:50.915735 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.916085 [ 275 ] {177a1b8a-fafc-4206-a6a0-f08466a2a2c1} executeQuery: (from [fd00:1122:3344:101::d]:48982) /* 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.18 18:35:50.916233 [ 275 ] {177a1b8a-fafc-4206-a6a0-f08466a2a2c1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.06.18 18:35:50.919913 [ 275 ] {177a1b8a-fafc-4206-a6a0-f08466a2a2c1} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Loading data parts 2025.06.18 18:35:50.920188 [ 275 ] {177a1b8a-fafc-4206-a6a0-f08466a2a2c1} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): There are no data parts 2025.06.18 18:35:50.922205 [ 275 ] {177a1b8a-fafc-4206-a6a0-f08466a2a2c1} TCPHandler: Processed in 0.006519239 sec. 2025.06.18 18:35:50.922486 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:35:50.922919 [ 276 ] {495189a7-3d74-41df-8246-d41efbcedf57} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.06.18 18:35:50.924233 [ 276 ] {495189a7-3d74-41df-8246-d41efbcedf57} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.06.18 18:35:50.932271 [ 285 ] {495189a7-3d74-41df-8246-d41efbcedf57} oximeter.version (dcd411f0-418a-44ea-b836-462f837e9bb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:35:50.932482 [ 285 ] {495189a7-3d74-41df-8246-d41efbcedf57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:35:50.937181 [ 285 ] {495189a7-3d74-41df-8246-d41efbcedf57} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:35:50.937860 [ 285 ] {495189a7-3d74-41df-8246-d41efbcedf57} oximeter.version (dcd411f0-418a-44ea-b836-462f837e9bb7): 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.18 18:35:50.938247 [ 276 ] {495189a7-3d74-41df-8246-d41efbcedf57} executeQuery: Read 1 rows, 16.00 B in 0.015469 sec., 64.64541987200207 rows/sec., 1.01 KiB/sec. 2025.06.18 18:35:50.938524 [ 276 ] {495189a7-3d74-41df-8246-d41efbcedf57} TCPHandler: Processed in 0.016178604 sec. 2025.06.18 18:35:51.000216 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 127.50 MiB, peak 127.50 MiB, free memory in arenas 0.00 B, will set to 139.76 MiB (RSS), difference: 12.26 MiB 2025.06.18 18:35:51.515338 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.06.18 18:35:51.515430 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.06.18 18:35:51.515559 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.06.18 18:35:51.515750 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.06.18 18:35:51.518592 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Loading data parts 2025.06.18 18:35:51.518789 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): There are no data parts 2025.06.18 18:35:51.522533 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:35:51.522664 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:35:51.527000 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:35:51.527690 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:35:51.527938 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.06.18 18:35:51.529808 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Loading data parts 2025.06.18 18:35:51.529987 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): There are no data parts 2025.06.18 18:35:51.553884 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:35:51.554038 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:35:51.560351 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:35:51.561533 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:35:51.565381 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.06.18 18:35:52.000211 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.62 MiB, peak 148.62 MiB, free memory in arenas 0.00 B, will set to 153.72 MiB (RSS), difference: 9.10 MiB 2025.06.18 18:35:54.015234 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.06.18 18:35:54.015440 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.06.18 18:35:54.019751 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Loading data parts 2025.06.18 18:35:54.019966 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): There are no data parts 2025.06.18 18:35:54.025480 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:35:54.025597 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:35:54.027222 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:35:54.027730 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:35:54.027995 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.06.18 18:35:55.001148 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.97 MiB, peak 157.97 MiB, free memory in arenas 0.00 B, will set to 154.85 MiB (RSS), difference: -3.12 MiB 2025.06.18 18:35:58.989181 [ 118 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:35:58.989240 [ 118 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:35:59.028940 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.06.18 18:35:59.029952 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:35:59.029998 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:35:59.030647 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:35:59.031197 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:35:59.031358 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.06.18 18:35:59.066378 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.06.18 18:35:59.084180 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:35:59.084290 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:35:59.090850 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:35:59.092002 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:35:59.095178 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.06.18 18:36:00.000142 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.63 MiB, peak 159.63 MiB, free memory in arenas 0.00 B, will set to 157.66 MiB (RSS), difference: 2.04 MiB 2025.06.18 18:36:05.001129 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.74 MiB, peak 159.63 MiB, free memory in arenas 0.00 B, will set to 157.76 MiB (RSS), difference: 4.02 MiB 2025.06.18 18:36:06.531602 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.06.18 18:36:06.532061 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:06.532097 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:06.532827 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:36:06.533326 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:36:06.533451 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.06.18 18:36:06.595417 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.06.18 18:36:06.611536 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:06.611588 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:06.617929 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:36:06.619045 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:36:06.621888 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.06.18 18:36:07.000167 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.30 MiB, peak 162.30 MiB, free memory in arenas 0.00 B, will set to 159.32 MiB (RSS), difference: 1.02 MiB 2025.06.18 18:36:10.947386 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.947603 [ 275 ] {6121b84c-74b3-402c-83a3-070ed6063f39} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.947990 [ 275 ] {6121b84c-74b3-402c-83a3-070ed6063f39} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.950204 [ 275 ] {6121b84c-74b3-402c-83a3-070ed6063f39} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.952907 [ 275 ] {6121b84c-74b3-402c-83a3-070ed6063f39} TCPHandler: Processed in 0.005649448 sec. 2025.06.18 18:36:10.953963 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.954099 [ 275 ] {c0a1c1dc-dada-4808-85a4-f168c670ba84} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.956202 [ 275 ] {c0a1c1dc-dada-4808-85a4-f168c670ba84} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.956251 [ 275 ] {c0a1c1dc-dada-4808-85a4-f168c670ba84} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.958604 [ 275 ] {c0a1c1dc-dada-4808-85a4-f168c670ba84} TCPHandler: Processed in 0.004691065 sec. 2025.06.18 18:36:10.958850 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.958972 [ 275 ] {e97db04e-3446-47ce-905d-b8eacbd1d0b8} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.961195 [ 275 ] {e97db04e-3446-47ce-905d-b8eacbd1d0b8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.961240 [ 275 ] {e97db04e-3446-47ce-905d-b8eacbd1d0b8} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.961557 [ 275 ] {e97db04e-3446-47ce-905d-b8eacbd1d0b8} TCPHandler: Processed in 0.002754989 sec. 2025.06.18 18:36:10.961801 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.961916 [ 275 ] {22c35606-8972-40ec-a43a-cc06fba9b5b8} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.962149 [ 275 ] {22c35606-8972-40ec-a43a-cc06fba9b5b8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.962193 [ 275 ] {22c35606-8972-40ec-a43a-cc06fba9b5b8} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.962495 [ 275 ] {22c35606-8972-40ec-a43a-cc06fba9b5b8} TCPHandler: Processed in 0.00074152 sec. 2025.06.18 18:36:10.962684 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.962797 [ 275 ] {e12e4d0d-d582-48bf-a35e-aba3a307caa6} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.963029 [ 275 ] {e12e4d0d-d582-48bf-a35e-aba3a307caa6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.963072 [ 275 ] {e12e4d0d-d582-48bf-a35e-aba3a307caa6} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.963371 [ 275 ] {e12e4d0d-d582-48bf-a35e-aba3a307caa6} TCPHandler: Processed in 0.0007337 sec. 2025.06.18 18:36:10.963569 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.963683 [ 275 ] {096fe7e1-178d-4119-b1bb-311d4cd788ca} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.963922 [ 275 ] {096fe7e1-178d-4119-b1bb-311d4cd788ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.963965 [ 275 ] {096fe7e1-178d-4119-b1bb-311d4cd788ca} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.964265 [ 275 ] {096fe7e1-178d-4119-b1bb-311d4cd788ca} TCPHandler: Processed in 0.00074351 sec. 2025.06.18 18:36:10.964452 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.964566 [ 275 ] {a0cce1be-edb6-4c14-b5ce-944e6bc4ecf5} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.964800 [ 275 ] {a0cce1be-edb6-4c14-b5ce-944e6bc4ecf5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.964843 [ 275 ] {a0cce1be-edb6-4c14-b5ce-944e6bc4ecf5} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.965155 [ 275 ] {a0cce1be-edb6-4c14-b5ce-944e6bc4ecf5} TCPHandler: Processed in 0.00075032 sec. 2025.06.18 18:36:10.965344 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.965458 [ 275 ] {a0d34ecd-7ff6-42e9-af0c-7a417d358917} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.965692 [ 275 ] {a0d34ecd-7ff6-42e9-af0c-7a417d358917} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.965735 [ 275 ] {a0d34ecd-7ff6-42e9-af0c-7a417d358917} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.966033 [ 275 ] {a0d34ecd-7ff6-42e9-af0c-7a417d358917} TCPHandler: Processed in 0.00073599 sec. 2025.06.18 18:36:10.966241 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.966356 [ 275 ] {6c89b67e-a23a-49a3-b787-8276b40dac28} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.966591 [ 275 ] {6c89b67e-a23a-49a3-b787-8276b40dac28} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.966634 [ 275 ] {6c89b67e-a23a-49a3-b787-8276b40dac28} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.966957 [ 275 ] {6c89b67e-a23a-49a3-b787-8276b40dac28} TCPHandler: Processed in 0.00076262 sec. 2025.06.18 18:36:10.967146 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.967262 [ 275 ] {1bf5a11b-5076-4d3d-9971-200a0651a962} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.967497 [ 275 ] {1bf5a11b-5076-4d3d-9971-200a0651a962} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.967539 [ 275 ] {1bf5a11b-5076-4d3d-9971-200a0651a962} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.967842 [ 275 ] {1bf5a11b-5076-4d3d-9971-200a0651a962} TCPHandler: Processed in 0.00074224 sec. 2025.06.18 18:36:10.968043 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.968157 [ 275 ] {89aec8c4-2941-4abf-8abb-3a00aaf90122} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.968391 [ 275 ] {89aec8c4-2941-4abf-8abb-3a00aaf90122} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.968433 [ 275 ] {89aec8c4-2941-4abf-8abb-3a00aaf90122} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.968732 [ 275 ] {89aec8c4-2941-4abf-8abb-3a00aaf90122} TCPHandler: Processed in 0.00073717 sec. 2025.06.18 18:36:10.968927 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.969040 [ 275 ] {31fc5011-519a-4bd1-9a82-64e283242260} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.969279 [ 275 ] {31fc5011-519a-4bd1-9a82-64e283242260} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.969320 [ 275 ] {31fc5011-519a-4bd1-9a82-64e283242260} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.969637 [ 275 ] {31fc5011-519a-4bd1-9a82-64e283242260} TCPHandler: Processed in 0.00075746 sec. 2025.06.18 18:36:10.969848 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.969964 [ 275 ] {42eff114-bb85-4f09-adcf-5fb27c8de244} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.970207 [ 275 ] {42eff114-bb85-4f09-adcf-5fb27c8de244} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.970249 [ 275 ] {42eff114-bb85-4f09-adcf-5fb27c8de244} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.970550 [ 275 ] {42eff114-bb85-4f09-adcf-5fb27c8de244} TCPHandler: Processed in 0.000750401 sec. 2025.06.18 18:36:10.970758 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.970873 [ 275 ] {fd48de67-e331-47a9-a2d9-5b188a38e0f2} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.971118 [ 275 ] {fd48de67-e331-47a9-a2d9-5b188a38e0f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.971159 [ 275 ] {fd48de67-e331-47a9-a2d9-5b188a38e0f2} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.971481 [ 275 ] {fd48de67-e331-47a9-a2d9-5b188a38e0f2} TCPHandler: Processed in 0.000769641 sec. 2025.06.18 18:36:10.971668 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.971784 [ 275 ] {162c5676-8ef4-465e-9f3d-571c75a7b61e} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.972036 [ 275 ] {162c5676-8ef4-465e-9f3d-571c75a7b61e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.972077 [ 275 ] {162c5676-8ef4-465e-9f3d-571c75a7b61e} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.972377 [ 275 ] {162c5676-8ef4-465e-9f3d-571c75a7b61e} TCPHandler: Processed in 0.00075656 sec. 2025.06.18 18:36:10.972571 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.972687 [ 275 ] {35269e73-e85b-4bf7-bb22-b77c5a82bad3} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.972934 [ 275 ] {35269e73-e85b-4bf7-bb22-b77c5a82bad3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.972976 [ 275 ] {35269e73-e85b-4bf7-bb22-b77c5a82bad3} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.973289 [ 275 ] {35269e73-e85b-4bf7-bb22-b77c5a82bad3} TCPHandler: Processed in 0.00076476 sec. 2025.06.18 18:36:10.973476 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.973594 [ 275 ] {7f4ca026-4868-474f-9443-caf44c5a4645} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.973840 [ 275 ] {7f4ca026-4868-474f-9443-caf44c5a4645} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.973880 [ 275 ] {7f4ca026-4868-474f-9443-caf44c5a4645} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.974228 [ 275 ] {7f4ca026-4868-474f-9443-caf44c5a4645} TCPHandler: Processed in 0.000824872 sec. 2025.06.18 18:36:10.974408 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.974518 [ 275 ] {1b10230b-8076-455c-8a80-fead9c943996} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:10.974838 [ 275 ] {1b10230b-8076-455c-8a80-fead9c943996} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.974880 [ 275 ] {1b10230b-8076-455c-8a80-fead9c943996} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:10.975181 [ 275 ] {1b10230b-8076-455c-8a80-fead9c943996} TCPHandler: Processed in 0.000780671 sec. 2025.06.18 18:36:10.981349 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.981474 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.18 18:36:10.981522 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:10.982165 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:10.982213 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:10.982873 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:10.983287 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): 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.18 18:36:10.983430 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} executeQuery: Read 18 rows, 2.52 KiB in 0.001992 sec., 9036.144578313253 rows/sec., 1.23 MiB/sec. 2025.06.18 18:36:10.983469 [ 275 ] {858928d3-cc50-453a-8ea5-dfe0c8c2b9c8} TCPHandler: Processed in 0.0021783 sec. 2025.06.18 18:36:10.983635 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.983760 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:36:10.983809 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:36:10.986464 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:10.986531 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:10.989277 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:10.989775 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:36:10.989913 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} executeQuery: Read 56 rows, 4.41 KiB in 0.00618 sec., 9061.48867313916 rows/sec., 712.83 KiB/sec. 2025.06.18 18:36:10.989951 [ 275 ] {ef190c3e-6d95-468f-9e2d-beafdfa23f15} TCPHandler: Processed in 0.006387278 sec. 2025.06.18 18:36:10.990069 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.990167 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:36:10.990207 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:36:10.990648 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:10.990685 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:10.991120 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:10.991623 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:36:10.991750 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} executeQuery: Read 64 rows, 5.12 KiB in 0.001604 sec., 39900.249376558604 rows/sec., 3.11 MiB/sec. 2025.06.18 18:36:10.991787 [ 275 ] {c405d42a-e2bc-4039-84f4-9422265dce55} TCPHandler: Processed in 0.001768085 sec. 2025.06.18 18:36:10.991905 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.992001 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:10.992044 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:36:10.992484 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:10.992518 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:10.992993 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:10.993450 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:36:10.993575 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} executeQuery: Read 128 rows, 9.13 KiB in 0.001593 sec., 80351.53797865662 rows/sec., 5.60 MiB/sec. 2025.06.18 18:36:10.993611 [ 275 ] {6d0d0eb9-0b52-473a-b21c-465eab5ed3e0} TCPHandler: Processed in 0.001754634 sec. 2025.06.18 18:36:10.993734 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:10.993829 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:36:10.993871 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:36:10.994197 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:10.994234 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:10.994661 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:10.995105 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:36:10.995229 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} executeQuery: Read 48 rows, 3.31 KiB in 0.001418 sec., 33850.49365303244 rows/sec., 2.28 MiB/sec. 2025.06.18 18:36:10.995263 [ 275 ] {0feecd8d-3895-4381-93fc-c34e800305fe} TCPHandler: Processed in 0.001579052 sec. 2025.06.18 18:36:13.989291 [ 113 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:36:13.989354 [ 113 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:36:14.028471 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 2025.06.18 18:36:14.031504 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:14.031553 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:14.032868 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:14.033377 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:36:14.033667 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 134 2025.06.18 18:36:14.033711 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.06.18 18:36:14.034321 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:14.034373 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:14.035059 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:36:14.035581 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:36:14.035716 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.06.18 18:36:14.122095 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.06.18 18:36:14.139404 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:14.139469 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:14.145786 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:36:14.146915 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:36:14.149910 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.06.18 18:36:15.955459 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:15.955635 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:36:15.955700 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:36:15.956316 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:15.956362 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:15.956832 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:15.957337 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:36:15.957490 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} executeQuery: Read 56 rows, 4.41 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.26 MiB/sec. 2025.06.18 18:36:15.957539 [ 275 ] {e33374c4-b161-4cef-9c38-6fef7941f6b1} TCPHandler: Processed in 0.00220132 sec. 2025.06.18 18:36:15.957658 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:15.957762 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:36:15.957805 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:36:15.958246 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:15.958285 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:15.958682 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:15.959093 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:36:15.959226 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} executeQuery: Read 64 rows, 5.12 KiB in 0.001487 sec., 43039.67720242098 rows/sec., 3.36 MiB/sec. 2025.06.18 18:36:15.959264 [ 275 ] {08ab9a17-9948-485e-aff4-97d0509646b8} TCPHandler: Processed in 0.001656543 sec. 2025.06.18 18:36:15.959378 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:15.959475 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:15.959520 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:36:15.959928 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:15.959964 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:15.960384 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:15.960813 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:36:15.960981 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. 2025.06.18 18:36:15.961026 [ 275 ] {a6617830-06e7-41d7-b565-ebe3aa58c950} TCPHandler: Processed in 0.001698793 sec. 2025.06.18 18:36:15.961148 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:15.961264 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:36:15.961313 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:36:15.961698 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:15.961734 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:15.962128 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:15.962543 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:36:15.962670 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec. 2025.06.18 18:36:15.962705 [ 275 ] {021c1442-faab-4e75-9ecf-f8a4e2fd78fb} TCPHandler: Processed in 0.001616753 sec. 2025.06.18 18:36:20.949068 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:20.949302 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:20.951745 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:20.953807 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.18 18:36:20.954096 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:20.956497 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:20.956811 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.06.18 18:36:20.961075 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:20.961136 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.961154 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:20.961262 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.18 18:36:20.961284 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:20.981216 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} executeQuery: Read 18 rows, 754.00 B in 0.031994 sec., 562.6054885290991 rows/sec., 23.01 KiB/sec. 2025.06.18 18:36:20.981343 [ 275 ] {89b380bd-e0b6-467a-bbae-725bf93890dc} TCPHandler: Processed in 0.032404367 sec. 2025.06.18 18:36:20.981801 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:20.981968 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:20.982210 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:20.982244 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.18 18:36:20.982432 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:20.982490 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:20.982606 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.06.18 18:36:20.982637 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:20.982657 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.982671 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:20.982705 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2025.06.18 18:36:20.982724 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:20.983227 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} executeQuery: Read 18 rows, 754.00 B in 0.001327 sec., 13564.431047475508 rows/sec., 554.88 KiB/sec. 2025.06.18 18:36:20.983311 [ 275 ] {faf86bd7-9f85-4a03-8ef7-499a9094f0a1} TCPHandler: Processed in 0.001591962 sec. 2025.06.18 18:36:20.983886 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:20.984018 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.18 18:36:20.984225 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:20.984258 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.18 18:36:20.984429 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:20.984482 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:20.984583 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.06.18 18:36:20.984612 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:20.984630 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.984644 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:20.984676 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2025.06.18 18:36:20.984693 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:20.985116 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} executeQuery: Read 18 rows, 754.00 B in 0.00115 sec., 15652.173913043478 rows/sec., 640.29 KiB/sec. 2025.06.18 18:36:20.985203 [ 275 ] {f99c3ecf-664a-4dc5-906f-904b82c2fea0} TCPHandler: Processed in 0.001367239 sec. 2025.06.18 18:36:20.985428 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:20.985557 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.06.18 18:36:20.985753 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:20.985786 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2025.06.18 18:36:20.985958 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:20.986010 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:20.986108 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.06.18 18:36:20.986136 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:20.986155 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.986169 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:20.986201 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.06.18 18:36:20.986218 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:20.986617 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} executeQuery: Read 18 rows, 754.00 B in 0.001111 sec., 16201.620162016201 rows/sec., 662.76 KiB/sec. 2025.06.18 18:36:20.986701 [ 275 ] {95d87f3e-fa93-4df5-8a0a-1e61bbdfee4a} TCPHandler: Processed in 0.001322179 sec. 2025.06.18 18:36:20.986925 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:20.987051 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.987243 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:20.987274 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.06.18 18:36:20.987443 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:20.987494 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:20.987591 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.06.18 18:36:20.987617 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:20.987636 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.987650 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:20.987681 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.06.18 18:36:20.987698 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:20.988133 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} executeQuery: Read 18 rows, 754.00 B in 0.001132 sec., 15901.060070671378 rows/sec., 650.47 KiB/sec. 2025.06.18 18:36:20.988208 [ 275 ] {a79ceb43-bd32-41f0-b816-204820c16100} TCPHandler: Processed in 0.001331919 sec. 2025.06.18 18:36:20.988461 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:20.988586 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.988783 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:20.988814 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.988981 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:20.989031 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:20.989128 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.06.18 18:36:20.989155 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:20.989173 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.989186 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:20.989217 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.06.18 18:36:20.989234 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:20.989611 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} executeQuery: Read 18 rows, 754.00 B in 0.001074 sec., 16759.77653631285 rows/sec., 685.59 KiB/sec. 2025.06.18 18:36:20.989690 [ 275 ] {b9c72c45-d9f6-4abc-8aaf-6d2d498f435f} TCPHandler: Processed in 0.001276947 sec. 2025.06.18 18:36:20.989921 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:20.990044 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.990237 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:20.990268 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.990437 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:20.990487 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:20.990585 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.06.18 18:36:20.990613 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:20.990630 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.990644 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:20.990675 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.990691 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:20.991074 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} executeQuery: Read 18 rows, 754.00 B in 0.001076 sec., 16728.624535315987 rows/sec., 684.32 KiB/sec. 2025.06.18 18:36:20.991150 [ 275 ] {6fe74e34-8d19-47c5-850f-a232a307852d} TCPHandler: Processed in 0.001278098 sec. 2025.06.18 18:36:20.991374 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:20.991528 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.991720 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:20.991753 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.991953 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:20.992007 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:20.992102 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.06.18 18:36:20.992143 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:20.992174 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.992190 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:20.992222 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.992239 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:20.992616 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} executeQuery: Read 18 rows, 754.00 B in 0.001136 sec., 15845.070422535211 rows/sec., 648.18 KiB/sec. 2025.06.18 18:36:20.992692 [ 275 ] {68327f43-03cc-43b2-8a60-4f8db760190a} TCPHandler: Processed in 0.001365719 sec. 2025.06.18 18:36:20.992926 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:20.993050 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.993241 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:20.993272 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.993451 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:20.993502 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:20.993597 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.06.18 18:36:20.993624 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:20.993642 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.993655 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:20.993686 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.993704 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:20.994134 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} executeQuery: Read 18 rows, 754.00 B in 0.001128 sec., 15957.446808510636 rows/sec., 652.77 KiB/sec. 2025.06.18 18:36:20.994232 [ 275 ] {e3614e28-f5ae-4110-a07a-0a5889e88f1b} TCPHandler: Processed in 0.001354409 sec. 2025.06.18 18:36:20.994484 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:20.994610 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.994832 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:20.994867 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.995041 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:20.995093 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:20.995188 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.06.18 18:36:20.995214 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:20.995232 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.995246 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:20.995277 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.995294 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:20.995714 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} executeQuery: Read 18 rows, 754.00 B in 0.001151 sec., 15638.575152041703 rows/sec., 639.73 KiB/sec. 2025.06.18 18:36:20.995808 [ 275 ] {d4eb07b5-72c8-421d-88a6-60c15c036bab} TCPHandler: Processed in 0.00138041 sec. 2025.06.18 18:36:20.996074 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:20.996209 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.996416 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:20.996451 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.996632 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:20.996686 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:20.996788 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.06.18 18:36:20.996816 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:20.996833 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:20.996847 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:20.996880 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:20.996897 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:20.997315 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} executeQuery: Read 18 rows, 754.00 B in 0.00116 sec., 15517.241379310344 rows/sec., 634.77 KiB/sec. 2025.06.18 18:36:20.997395 [ 275 ] {b2ad6034-fa65-4b49-a2c2-82b4a236c1f8} TCPHandler: Processed in 0.001371048 sec. 2025.06.18 18:36:21.003156 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.003294 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:21.003503 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:21.003536 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:21.003722 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:21.003774 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:21.003873 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.06.18 18:36:21.003901 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:21.003919 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:21.003933 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:21.003966 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.18 18:36:21.003983 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.18 18:36:21.004463 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} executeQuery: Read 18 rows, 754.00 B in 0.001224 sec., 14705.882352941177 rows/sec., 601.58 KiB/sec. 2025.06.18 18:36:21.004543 [ 275 ] {53f9dbe1-1258-4fe1-bcb4-ca0f8af383f7} TCPHandler: Processed in 0.00143772 sec. 2025.06.18 18:36:21.010813 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.010926 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.18 18:36:21.010967 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:21.011638 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.011680 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.012180 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:21.012598 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): 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.18 18:36:21.012744 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} executeQuery: Read 12 rows, 4.37 KiB in 0.00185 sec., 6486.486486486486 rows/sec., 2.31 MiB/sec. 2025.06.18 18:36:21.012782 [ 275 ] {a25a6f35-2bcf-4ee1-8774-3d7fe63b7b25} TCPHandler: Processed in 0.002018998 sec. 2025.06.18 18:36:21.012893 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.012989 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:36:21.013029 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:36:21.014130 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.014161 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.014624 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:21.015076 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:36:21.015204 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} executeQuery: Read 212 rows, 13.81 KiB in 0.002235 sec., 94854.58612975391 rows/sec., 6.03 MiB/sec. 2025.06.18 18:36:21.015238 [ 275 ] {292d4bfc-5b99-4663-a841-e5f607efc574} TCPHandler: Processed in 0.002392553 sec. 2025.06.18 18:36:21.015352 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.015447 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:36:21.015486 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:36:21.016230 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.016264 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.016765 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:36:21.017239 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:36:21.017378 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} executeQuery: Read 617 rows, 49.39 KiB in 0.00195 sec., 316410.25641025644 rows/sec., 24.74 MiB/sec. 2025.06.18 18:36:21.017414 [ 275 ] {7071e036-3155-4da1-9a60-a8f0e8d94e70} TCPHandler: Processed in 0.002110949 sec. 2025.06.18 18:36:21.017533 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.017629 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:36:21.017668 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:36:21.018082 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.018116 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.018612 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:21.019111 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:36:21.019241 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} executeQuery: Read 106 rows, 6.39 KiB in 0.001631 sec., 64990.80318822808 rows/sec., 3.82 MiB/sec. 2025.06.18 18:36:21.019282 [ 275 ] {08f06907-9f28-4cc2-8c64-01eea539e68a} TCPHandler: Processed in 0.001797544 sec. 2025.06.18 18:36:21.019397 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.019490 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:36:21.019529 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:36:21.019960 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.019992 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.020439 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:21.020903 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:36:21.021032 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} executeQuery: Read 113 rows, 7.49 KiB in 0.00156 sec., 72435.89743589744 rows/sec., 4.69 MiB/sec. 2025.06.18 18:36:21.021073 [ 275 ] {ce051df1-f44c-4cb7-9586-81b9d69a1b6d} TCPHandler: Processed in 0.001724624 sec. 2025.06.18 18:36:21.021185 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.021278 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:36:21.021315 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:36:21.021733 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.021766 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.022199 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:21.022658 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:36:21.022789 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} executeQuery: Read 112 rows, 6.53 KiB in 0.00153 sec., 73202.61437908497 rows/sec., 4.17 MiB/sec. 2025.06.18 18:36:21.022828 [ 275 ] {cf0aa522-931a-4f1d-b812-404f5bdf908f} TCPHandler: Processed in 0.001691413 sec. 2025.06.18 18:36:21.022938 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.023030 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:36:21.023075 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:36:21.023582 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.023617 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.024104 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:36:21.024607 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:36:21.024733 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} executeQuery: Read 382 rows, 27.58 KiB in 0.001721 sec., 221963.9744334689 rows/sec., 15.65 MiB/sec. 2025.06.18 18:36:21.024775 [ 275 ] {86f3cae6-39af-4f7e-b74b-302a73c36847} TCPHandler: Processed in 0.001884936 sec. 2025.06.18 18:36:21.024890 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.024984 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.18 18:36:21.025024 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.18 18:36:21.025350 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.025383 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.025811 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:21.026279 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): 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.18 18:36:21.026402 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} executeQuery: Read 6 rows, 321.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 218.30 KiB/sec. 2025.06.18 18:36:21.026444 [ 275 ] {b639fe41-24a9-4169-b1e3-1192d4ab4e80} TCPHandler: Processed in 0.001601512 sec. 2025.06.18 18:36:21.026553 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.026646 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:21.026688 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:36:21.027077 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.027111 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.027565 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:36:21.028029 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:36:21.028151 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} executeQuery: Read 237 rows, 16.27 KiB in 0.001524 sec., 155511.81102362205 rows/sec., 10.42 MiB/sec. 2025.06.18 18:36:21.028193 [ 275 ] {5fcd09c1-6a8c-4a16-b8d0-46140aaa12ef} TCPHandler: Processed in 0.001687413 sec. 2025.06.18 18:36:21.028306 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.028398 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.18 18:36:21.028438 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.18 18:36:21.028757 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.028790 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.029207 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:21.029724 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): 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.18 18:36:21.029855 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec. 2025.06.18 18:36:21.029891 [ 275 ] {4d851fa5-83e6-49aa-85f3-472f7440e2df} TCPHandler: Processed in 0.001633033 sec. 2025.06.18 18:36:21.029999 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:21.030091 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:36:21.030129 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:36:21.030458 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.030492 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.030965 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:36:21.031436 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:36:21.031569 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} executeQuery: Read 82 rows, 5.33 KiB in 0.001495 sec., 54849.4983277592 rows/sec., 3.48 MiB/sec. 2025.06.18 18:36:21.031602 [ 275 ] {27025afb-7397-496e-aa29-631116b0acc3} TCPHandler: Processed in 0.001651723 sec. 2025.06.18 18:36:21.535875 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2025.06.18 18:36:21.536355 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.536407 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.536970 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:36:21.537223 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:36:21.537371 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2025.06.18 18:36:21.650056 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.06.18 18:36:21.668794 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:21.668869 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:21.675515 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:36:21.676303 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:36:21.680185 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.06.18 18:36:24.034624 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 188 2025.06.18 18:36:24.037165 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:24.037215 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:24.038400 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:36:24.038670 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:36:24.038908 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 188 2025.06.18 18:36:25.955205 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:25.955397 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:36:25.955466 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:36:25.956131 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:25.956179 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:25.956527 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:36:25.956731 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:36:25.956870 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} executeQuery: Read 56 rows, 4.41 KiB in 0.001584 sec., 35353.53535353536 rows/sec., 2.72 MiB/sec. 2025.06.18 18:36:25.956979 [ 275 ] {6340fd76-066e-43f6-b751-39205c1fa42c} TCPHandler: Processed in 0.001898756 sec. 2025.06.18 18:36:25.957113 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:25.957243 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:36:25.957285 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:36:25.957724 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:25.957761 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:25.958046 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:36:25.958235 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:36:25.958347 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} executeQuery: Read 64 rows, 5.12 KiB in 0.001155 sec., 55411.25541125541 rows/sec., 4.32 MiB/sec. 2025.06.18 18:36:25.958380 [ 275 ] {0a3945ad-11c3-495b-aa5b-69b6b296d94e} TCPHandler: Processed in 0.001346989 sec. 2025.06.18 18:36:25.958492 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:25.958604 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:25.958646 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:36:25.959141 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:25.959179 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:25.959515 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:36:25.959744 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:36:25.959895 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2025.06.18 18:36:25.959948 [ 275 ] {c3a6c252-8bf8-47f6-b66b-d3aa4aba327f} TCPHandler: Processed in 0.001466041 sec. 2025.06.18 18:36:25.960073 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:25.960184 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:36:25.960225 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:36:25.960568 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:25.960603 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:25.960954 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:36:25.961166 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:36:25.961293 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2025.06.18 18:36:25.961329 [ 275 ] {92ac8f66-6e53-4aca-9b09-2e407cc25497} TCPHandler: Processed in 0.001297458 sec. 2025.06.18 18:36:28.989398 [ 90 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:36:28.989453 [ 90 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:36:29.038413 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2025.06.18 18:36:29.038892 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:29.038942 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:29.039496 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:36:29.039742 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:36:29.039884 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.06.18 18:36:29.039899 [ 90 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.18 18:36:29.039981 [ 90 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:29.040005 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:29.042328 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:36:29.042536 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:36:29.042656 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:36:29.042784 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:36:29.042947 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:36:29.043009 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:36:29.043061 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:36:29.043138 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:36:29.062478 [ 200 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.022275307 sec., 125969.08316460015 rows/sec., 1.80 MiB/sec. 2025.06.18 18:36:29.063365 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.18 18:36:29.063745 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_6_1} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:36:29.063832 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_6_1} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.18 18:36:29.063957 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.06.18 18:36:29.181239 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.06.18 18:36:29.200072 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:29.200132 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:29.206288 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:36:29.207000 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:36:29.207285 [ 90 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.18 18:36:29.207348 [ 90 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:29.207370 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. 2025.06.18 18:36:29.207473 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:36:29.210285 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.06.18 18:36:29.210662 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:36:29.211463 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:36:29.214996 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:36:29.218439 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:36:29.222429 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:36:29.231452 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:36:29.236073 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:36:29.297692 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.090257905 sec., 509.65065054412685 rows/sec., 2.64 MiB/sec. 2025.06.18 18:36:29.299317 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.18 18:36:29.301113 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_6_1} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:36:29.301200 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_6_1} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.18 18:36:29.302435 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.06.18 18:36:30.000175 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 166.61 MiB, peak 176.15 MiB, free memory in arenas 0.00 B, will set to 176.25 MiB (RSS), difference: 9.64 MiB 2025.06.18 18:36:30.961461 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:30.961672 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:36:30.961750 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:36:30.962556 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:30.962599 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:30.963019 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:30.963254 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:36:30.963402 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} executeQuery: Read 212 rows, 13.81 KiB in 0.001783 sec., 118900.72910824453 rows/sec., 7.56 MiB/sec. 2025.06.18 18:36:30.963451 [ 275 ] {0d1e82f7-36a0-49e4-b263-cd0fd8308e6f} TCPHandler: Processed in 0.002124729 sec. 2025.06.18 18:36:30.963575 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:30.963679 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:36:30.963723 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:36:30.964396 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:30.964432 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:30.964798 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:36:30.965011 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:36:30.965144 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} executeQuery: Read 617 rows, 49.39 KiB in 0.00149 sec., 414093.9597315436 rows/sec., 32.37 MiB/sec. 2025.06.18 18:36:30.965183 [ 275 ] {93b7be93-cd78-4783-9c53-bb34c375a3f6} TCPHandler: Processed in 0.001660313 sec. 2025.06.18 18:36:30.965353 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:30.965451 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:36:30.965491 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:36:30.965910 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:30.965947 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:30.966247 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:30.966457 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:36:30.966578 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} executeQuery: Read 106 rows, 6.39 KiB in 0.001149 sec., 92254.13402959095 rows/sec., 5.43 MiB/sec. 2025.06.18 18:36:30.966616 [ 275 ] {26d7f463-2d78-4e2f-9ebd-1bda4c765ca9} TCPHandler: Processed in 0.001314289 sec. 2025.06.18 18:36:30.966732 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:30.966825 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:36:30.966865 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:36:30.967278 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:30.967315 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:30.967621 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:30.967844 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:36:30.967966 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} executeQuery: Read 113 rows, 7.49 KiB in 0.001159 sec., 97497.84296807591 rows/sec., 6.31 MiB/sec. 2025.06.18 18:36:30.968003 [ 275 ] {b56c3906-9375-4833-ab55-569551eec917} TCPHandler: Processed in 0.001322098 sec. 2025.06.18 18:36:30.968115 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:30.968209 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:36:30.968249 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:36:30.968668 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:30.968704 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:30.969001 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:30.969208 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:36:30.969332 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} executeQuery: Read 112 rows, 6.53 KiB in 0.001142 sec., 98073.55516637478 rows/sec., 5.59 MiB/sec. 2025.06.18 18:36:30.969370 [ 275 ] {cd1ab3e4-1ca8-43d9-8dc4-0dfc3a043c73} TCPHandler: Processed in 0.001303569 sec. 2025.06.18 18:36:30.969481 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:30.969574 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:36:30.969613 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:36:30.970126 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:30.970164 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:30.970485 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:36:30.970693 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:36:30.970821 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} executeQuery: Read 382 rows, 27.58 KiB in 0.001264 sec., 302215.1898734177 rows/sec., 21.31 MiB/sec. 2025.06.18 18:36:30.970859 [ 275 ] {606472d3-45a0-4398-ab25-fe1ed2bb89a9} TCPHandler: Processed in 0.00142653 sec. 2025.06.18 18:36:30.970973 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:30.971068 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.18 18:36:30.971110 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.18 18:36:30.971438 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:30.971475 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:30.971766 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:30.971976 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): 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.18 18:36:30.972099 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} executeQuery: Read 6 rows, 321.00 B in 0.00105 sec., 5714.285714285715 rows/sec., 298.55 KiB/sec. 2025.06.18 18:36:30.972134 [ 275 ] {9fb8526d-b090-47dd-be41-fff5c23728bc} TCPHandler: Processed in 0.001211026 sec. 2025.06.18 18:36:30.972243 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:30.972336 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:30.972379 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:36:30.972769 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:30.972804 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:30.973126 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:36:30.973334 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:36:30.973463 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} executeQuery: Read 237 rows, 16.27 KiB in 0.001145 sec., 206986.8995633188 rows/sec., 13.87 MiB/sec. 2025.06.18 18:36:30.973500 [ 275 ] {51029ef5-d056-4f60-ab45-2f988b2937cd} TCPHandler: Processed in 0.001305698 sec. 2025.06.18 18:36:30.973613 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:30.973707 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.18 18:36:30.973748 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.18 18:36:30.974054 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:30.974093 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:30.974379 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:30.974585 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): 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.18 18:36:30.974708 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} executeQuery: Read 1 rows, 69.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 66.13 KiB/sec. 2025.06.18 18:36:30.974743 [ 275 ] {7b859ac6-1a69-4695-8f46-74e0118d4d09} TCPHandler: Processed in 0.001180146 sec. 2025.06.18 18:36:30.974843 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:30.974936 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:36:30.974976 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:36:30.975292 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:30.975327 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:30.975620 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:36:30.975832 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:36:30.975957 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} executeQuery: Read 82 rows, 5.33 KiB in 0.001038 sec., 78998.07321772639 rows/sec., 5.02 MiB/sec. 2025.06.18 18:36:30.975991 [ 275 ] {8088b237-e18a-485c-bf36-c90fe694a666} TCPHandler: Processed in 0.001195707 sec. 2025.06.18 18:36:34.039565 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 216 2025.06.18 18:36:34.041693 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:34.041750 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:34.042888 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:36:34.043175 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:36:34.043495 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 216 2025.06.18 18:36:35.949863 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:35.950260 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} executeQuery: (from [fd00:1122:3344:101::d]:48982) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.18 18:36:35.950675 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:35.950713 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.18 18:36:35.950953 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:35.951023 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:35.951162 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.06.18 18:36:35.951396 [ 289 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.18 18:36:35.951407 [ 288 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:35.951562 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:35.951593 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:35.955720 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.18 18:36:35.955772 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.06.18 18:36:35.955865 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:36:35.955945 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:36:35.957066 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} executeQuery: Read 30 rows, 1.12 KiB in 0.006968 sec., 4305.3960964408725 rows/sec., 161.31 KiB/sec. 2025.06.18 18:36:35.957165 [ 275 ] {0d6fdc7c-8bda-49b2-9bed-5d42a16d7b3a} TCPHandler: Processed in 0.007489394 sec. 2025.06.18 18:36:35.963866 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:35.964074 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.18 18:36:35.964158 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:35.964840 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:35.964882 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:35.965306 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:36:35.965511 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): 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.18 18:36:35.965652 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} executeQuery: Read 1 rows, 153.00 B in 0.001637 sec., 610.8735491753207 rows/sec., 91.27 KiB/sec. 2025.06.18 18:36:35.965690 [ 275 ] {f47a8abe-365a-4da1-91cb-9620b9103547} TCPHandler: Processed in 0.001928086 sec. 2025.06.18 18:36:35.965810 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:35.965908 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:36:35.965949 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:36:35.966381 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:35.966419 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:35.966724 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:36:35.966930 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:36:35.967034 [ 82 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.18 18:36:35.967054 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} executeQuery: Read 72 rows, 5.99 KiB in 0.001167 sec., 61696.65809768637 rows/sec., 5.01 MiB/sec. 2025.06.18 18:36:35.967099 [ 82 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:35.967108 [ 275 ] {b89972ac-f6bd-422a-8e4e-b2fa6c908126} TCPHandler: Processed in 0.001348659 sec. 2025.06.18 18:36:35.967129 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:35.967239 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:35.967250 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:36:35.967338 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:36:35.967382 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:36:35.967391 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:36:35.967441 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part 2025.06.18 18:36:35.967538 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.06.18 18:36:35.967594 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 617 rows starting from the beginning of the part 2025.06.18 18:36:35.967643 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:36:35.967693 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 617 rows starting from the beginning of the part 2025.06.18 18:36:35.967768 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part 2025.06.18 18:36:35.967791 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:35.967832 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:35.968240 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:36:35.968499 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:36:35.968632 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} executeQuery: Read 8 rows, 616.00 B in 0.001311 sec., 6102.212051868802 rows/sec., 458.86 KiB/sec. 2025.06.18 18:36:35.968669 [ 275 ] {3fc1e655-ecdc-4e5e-9085-ab07c0f27655} TCPHandler: Processed in 0.001480101 sec. 2025.06.18 18:36:35.968782 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:35.968877 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:36:35.968915 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:36:35.969139 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1474 rows, containing 5 columns (5 merged, 0 gathered) in 0.001932877 sec., 762593.7915345881 rows/sec., 62.52 MiB/sec. 2025.06.18 18:36:35.969325 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:35.969367 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:35.969369 [ 195 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.18 18:36:35.969721 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:36:35.969724 [ 195 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:36:35.969828 [ 195 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_6_1} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.18 18:36:35.969910 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.06.18 18:36:35.969957 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:36:35.970062 [ 82 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.18 18:36:35.970087 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} executeQuery: Read 72 rows, 5.76 KiB in 0.001229 sec., 58584.21480878763 rows/sec., 4.57 MiB/sec. 2025.06.18 18:36:35.970097 [ 82 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:35.970127 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:35.970132 [ 275 ] {d5d57a00-4103-4a0b-9270-cbcaf8fe7714} TCPHandler: Processed in 0.0013998 sec. 2025.06.18 18:36:35.970188 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:36:35.970257 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:35.970274 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:36:35.970303 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part 2025.06.18 18:36:35.970348 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2025.06.18 18:36:35.970356 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:35.970385 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 382 rows starting from the beginning of the part 2025.06.18 18:36:35.970403 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:36:35.970423 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2025.06.18 18:36:35.970462 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part 2025.06.18 18:36:35.970496 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part 2025.06.18 18:36:35.970821 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:35.970861 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:35.971253 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:36:35.971334 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1028 rows, containing 5 columns (5 merged, 0 gathered) in 0.001165176 sec., 882270.1463126601 rows/sec., 67.29 MiB/sec. 2025.06.18 18:36:35.971491 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:36:35.971562 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.18 18:36:35.971636 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} executeQuery: Read 160 rows, 11.41 KiB in 0.001297 sec., 123361.6037008481 rows/sec., 8.59 MiB/sec. 2025.06.18 18:36:35.971640 [ 79 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.18 18:36:35.971687 [ 275 ] {138661b0-ef51-4c86-ae7e-7408e875ae07} TCPHandler: Processed in 0.0014807 sec. 2025.06.18 18:36:35.971690 [ 79 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:35.971731 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:35.971818 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:35.971831 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:36:35.971918 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:36:35.971941 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:35.971986 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:36:35.972007 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_6_1} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.18 18:36:35.972011 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:36:35.972041 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part 2025.06.18 18:36:35.972106 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.06.18 18:36:35.972142 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2025.06.18 18:36:35.972204 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part 2025.06.18 18:36:35.972254 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2025.06.18 18:36:35.972300 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part 2025.06.18 18:36:35.972352 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.06.18 18:36:35.972863 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:35.972903 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:35.973515 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.001729673 sec., 625551.7661430802 rows/sec., 42.85 MiB/sec. 2025.06.18 18:36:35.973719 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.18 18:36:35.973987 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:36:35.974057 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_6_1} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.18 18:36:35.974129 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.06.18 18:36:35.976879 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:35.977123 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:36:35.977266 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} executeQuery: Read 8 rows, 14.68 KiB in 0.005351 sec., 1495.0476546439918 rows/sec., 2.68 MiB/sec. 2025.06.18 18:36:35.977332 [ 275 ] {f7b56e1b-2f97-4072-8821-15dd16cc6626} TCPHandler: Processed in 0.005574677 sec. 2025.06.18 18:36:35.977449 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:35.977544 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:36:35.977585 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:36:35.977921 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:35.977956 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:35.978282 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:36:35.978490 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:36:35.978574 [ 79 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.18 18:36:35.978598 [ 79 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:35.978611 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.06.18 18:36:35.978613 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:35.978645 [ 275 ] {fb871158-6340-4138-aed2-e2cb4bcd065b} TCPHandler: Processed in 0.001243717 sec. 2025.06.18 18:36:35.978721 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:36:35.978850 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:36:35.978899 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part 2025.06.18 18:36:35.978984 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2025.06.18 18:36:35.979041 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part 2025.06.18 18:36:35.979088 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2025.06.18 18:36:35.979142 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part 2025.06.18 18:36:35.979186 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.06.18 18:36:35.980003 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.001331749 sec., 294349.7611036314 rows/sec., 19.36 MiB/sec. 2025.06.18 18:36:35.980110 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.18 18:36:35.980332 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:36:35.980389 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_6_1} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.18 18:36:35.980436 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.18 18:36:36.540152 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2025.06.18 18:36:36.540665 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:36.540719 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:36.541280 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:36:36.541546 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:36:36.541690 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2025.06.18 18:36:36.710563 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.06.18 18:36:36.728859 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:36.728937 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:36.734999 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:36:36.735757 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:36:36.739607 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.06.18 18:36:40.955759 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:40.955973 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:36:40.956048 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:36:40.956707 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:40.956755 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:40.957131 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:36:40.957353 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:36:40.957500 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} executeQuery: Read 56 rows, 4.41 KiB in 0.001601 sec., 34978.13866333541 rows/sec., 2.69 MiB/sec. 2025.06.18 18:36:40.957542 [ 275 ] {572cc12a-ff08-44df-9172-1d6ac4ae4509} TCPHandler: Processed in 0.001938316 sec. 2025.06.18 18:36:40.957654 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:40.957749 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:36:40.957797 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:36:40.958263 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:40.958301 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:40.958604 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:36:40.958816 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:36:40.958943 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} executeQuery: Read 64 rows, 5.12 KiB in 0.00118 sec., 54237.28813559322 rows/sec., 4.23 MiB/sec. 2025.06.18 18:36:40.958982 [ 275 ] {bfa79814-4ddb-4837-9142-755ab1acae58} TCPHandler: Processed in 0.001347539 sec. 2025.06.18 18:36:40.959095 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:40.959191 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:40.959236 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:36:40.959632 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:40.959671 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:40.960011 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:36:40.960232 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:36:40.960362 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2025.06.18 18:36:40.960398 [ 275 ] {d410faa2-eee7-4d2c-9d0d-1e438ad725a1} TCPHandler: Processed in 0.001350518 sec. 2025.06.18 18:36:40.960498 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:40.960593 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:36:40.960635 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:36:40.960956 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:40.960993 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:40.961292 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:36:40.961498 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:36:40.961624 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2025.06.18 18:36:40.961661 [ 275 ] {c3088b99-e648-48fe-bf15-3ceafb5f32a2} TCPHandler: Processed in 0.001209777 sec. 2025.06.18 18:36:43.989506 [ 62 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:36:43.989558 [ 62 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:36:44.041774 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 2025.06.18 18:36:44.042371 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:44.042428 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:44.042941 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:36:44.043187 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:36:44.043334 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.06.18 18:36:44.043743 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 240 2025.06.18 18:36:44.045843 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:44.045890 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:44.047046 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:36:44.047305 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:36:44.047542 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 240 2025.06.18 18:36:44.239726 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.06.18 18:36:44.257941 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:44.258007 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:44.264255 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:36:44.264979 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:36:44.267957 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.06.18 18:36:45.956400 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:45.956700 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:36:45.956804 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:36:45.957419 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:45.957464 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:45.957833 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:36:45.958051 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:36:45.958198 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} executeQuery: Read 72 rows, 5.99 KiB in 0.001575 sec., 45714.28571428572 rows/sec., 3.71 MiB/sec. 2025.06.18 18:36:45.958237 [ 275 ] {07f29755-40d6-45f1-8338-14317540c1ee} TCPHandler: Processed in 0.002021168 sec. 2025.06.18 18:36:45.958354 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:45.958451 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:36:45.958490 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:36:45.958877 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:45.958912 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:45.959196 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:36:45.959409 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:36:45.959530 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} executeQuery: Read 8 rows, 616.00 B in 0.001099 sec., 7279.344858962694 rows/sec., 547.37 KiB/sec. 2025.06.18 18:36:45.959567 [ 275 ] {c4666e28-ac19-499e-be43-362ba0fb4066} TCPHandler: Processed in 0.001261407 sec. 2025.06.18 18:36:45.959675 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:45.959769 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:36:45.959807 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:36:45.960213 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:45.960248 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:45.960534 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:36:45.960737 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:36:45.960855 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} executeQuery: Read 72 rows, 5.76 KiB in 0.001104 sec., 65217.39130434783 rows/sec., 5.09 MiB/sec. 2025.06.18 18:36:45.960889 [ 275 ] {325dc051-164b-46d4-94ac-15df25df720e} TCPHandler: Processed in 0.001261937 sec. 2025.06.18 18:36:45.960999 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:45.961092 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:45.961140 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:36:45.961533 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:45.961567 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:45.961883 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:36:45.962083 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:36:45.962209 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} executeQuery: Read 160 rows, 11.41 KiB in 0.001136 sec., 140845.0704225352 rows/sec., 9.81 MiB/sec. 2025.06.18 18:36:45.962243 [ 275 ] {0267ff68-e484-4800-a482-28967914c978} TCPHandler: Processed in 0.001292388 sec. 2025.06.18 18:36:45.962351 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:45.962449 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:45.962501 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:36:45.963219 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:45.963255 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:45.964096 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:36:45.964354 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:36:45.964491 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} executeQuery: Read 8 rows, 14.68 KiB in 0.00206 sec., 3883.4951456310678 rows/sec., 6.96 MiB/sec. 2025.06.18 18:36:45.964541 [ 275 ] {492c3731-7317-4f43-8152-686c914f9db8} TCPHandler: Processed in 0.00223774 sec. 2025.06.18 18:36:45.964660 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:45.964756 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} executeQuery: (from [fd00:1122:3344:101::d]:48982) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:36:45.964798 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:36:45.965124 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:45.965160 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:45.965464 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:36:45.965668 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:36:45.965794 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.06.18 18:36:45.965829 [ 275 ] {9bfa6c18-7e46-4f41-b4ad-cee2aab8bcb9} TCPHandler: Processed in 0.001219896 sec. 2025.06.18 18:36:50.647665 [ 275 ] {} TCPHandler: Done processing connection. 2025.06.18 18:36:50.647762 [ 275 ] {} TCP-Session: 7542e841-2b5d-484c-9634-bfabc15de33c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.18 18:36:50.951213 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:50.951440 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.18 18:36:50.951803 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:50.951842 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.18 18:36:50.952101 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:50.952173 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:50.952327 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.06.18 18:36:50.952505 [ 288 ] {7f3988f0-b991-4979-8fdb-014ae2220278} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:50.952522 [ 289 ] {7f3988f0-b991-4979-8fdb-014ae2220278} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.18 18:36:50.952550 [ 292 ] {7f3988f0-b991-4979-8fdb-014ae2220278} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.18 18:36:50.952657 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:50.952691 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:50.952763 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.18 18:36:50.952783 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.06.18 18:36:50.952819 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:36:50.952861 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:36:50.953639 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} executeQuery: Read 30 rows, 1.12 KiB in 0.002295 sec., 13071.8954248366 rows/sec., 489.77 KiB/sec. 2025.06.18 18:36:50.953756 [ 276 ] {7f3988f0-b991-4979-8fdb-014ae2220278} TCPHandler: Processed in 0.002676787 sec. 2025.06.18 18:36:50.954004 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:50.954148 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.18 18:36:50.954380 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:50.954415 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.18 18:36:50.954615 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:50.954670 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:50.954776 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.06.18 18:36:50.954846 [ 288 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:50.954859 [ 292 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.18 18:36:50.954853 [ 289 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.18 18:36:50.954967 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:50.954993 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:50.955049 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.18 18:36:50.955068 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.06.18 18:36:50.955097 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:36:50.955128 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:36:50.955804 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} executeQuery: Read 30 rows, 1.12 KiB in 0.001718 sec., 17462.165308498254 rows/sec., 654.26 KiB/sec. 2025.06.18 18:36:50.955910 [ 276 ] {2c0f75e5-a69d-42a7-ba12-d93d4848196b} TCPHandler: Processed in 0.001957276 sec. 2025.06.18 18:36:50.956115 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:50.956274 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.18 18:36:50.956490 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:36:50.956526 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.18 18:36:50.956723 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:50.956776 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:36:50.956876 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.06.18 18:36:50.956946 [ 292 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:36:50.956948 [ 288 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.18 18:36:50.956951 [ 289 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.18 18:36:50.957061 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:36:50.957087 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:36:50.957141 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.18 18:36:50.957159 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 30 rows with 2 streams 2025.06.18 18:36:50.957187 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:36:50.957224 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:36:50.957790 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} executeQuery: Read 30 rows, 1.12 KiB in 0.001574 sec., 19059.72045743329 rows/sec., 714.12 KiB/sec. 2025.06.18 18:36:50.957892 [ 276 ] {94cdd2e9-fc94-46f7-b5e4-f35a48ecbf68} TCPHandler: Processed in 0.001825975 sec. 2025.06.18 18:36:50.965033 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:50.965219 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.18 18:36:50.965293 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:36:50.966140 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:50.966184 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:50.966588 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:36:50.966794 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): 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.18 18:36:50.966938 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} executeQuery: Read 3 rows, 280.00 B in 0.001772 sec., 1693.0022573363433 rows/sec., 154.31 KiB/sec. 2025.06.18 18:36:50.966975 [ 276 ] {94950a4b-3997-4bd6-af92-f201975a8f83} TCPHandler: Processed in 0.002031698 sec. 2025.06.18 18:36:50.967095 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:50.967188 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:36:50.967229 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:36:50.967671 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:50.967709 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:50.968011 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:36:50.968217 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:36:50.968341 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} executeQuery: Read 100 rows, 8.53 KiB in 0.001171 sec., 85397.09649871905 rows/sec., 7.12 MiB/sec. 2025.06.18 18:36:50.968376 [ 276 ] {940417f9-07d7-4098-b5b5-3cd3cd4fbe7b} TCPHandler: Processed in 0.001329279 sec. 2025.06.18 18:36:50.968495 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:50.968588 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:36:50.968628 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:36:50.969012 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:50.969047 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:50.969346 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:36:50.969551 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:36:50.969682 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} executeQuery: Read 22 rows, 1.65 KiB in 0.001111 sec., 19801.980198019803 rows/sec., 1.45 MiB/sec. 2025.06.18 18:36:50.969717 [ 276 ] {49f84f9a-f1cf-4d65-82be-6f6fc5ebc021} TCPHandler: Processed in 0.001274408 sec. 2025.06.18 18:36:50.969825 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:50.969917 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:36:50.969956 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:36:50.970367 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:50.970402 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:50.970710 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:36:50.970920 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:36:50.971042 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} executeQuery: Read 101 rows, 8.08 KiB in 0.001142 sec., 88441.33099824868 rows/sec., 6.91 MiB/sec. 2025.06.18 18:36:50.971079 [ 276 ] {67fccc99-a6d8-4c4d-8f65-526a6fd283f6} TCPHandler: Processed in 0.001301848 sec. 2025.06.18 18:36:50.971194 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:50.971286 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:50.971328 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:36:50.971728 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:50.971765 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:50.972083 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:36:50.972287 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:36:50.972411 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} executeQuery: Read 160 rows, 11.41 KiB in 0.001142 sec., 140105.07880910684 rows/sec., 9.76 MiB/sec. 2025.06.18 18:36:50.972446 [ 276 ] {22f46b6d-e333-4c27-88a9-40b55619d5d7} TCPHandler: Processed in 0.001299848 sec. 2025.06.18 18:36:50.972553 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:50.972645 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:50.972699 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:36:50.973472 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:50.973507 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:50.974014 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:36:50.974233 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:36:50.974362 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} executeQuery: Read 22 rows, 40.37 KiB in 0.001735 sec., 12680.115273775216 rows/sec., 22.72 MiB/sec. 2025.06.18 18:36:50.974411 [ 276 ] {a44cd225-1dad-4116-8656-ef9a387599e0} TCPHandler: Processed in 0.001905407 sec. 2025.06.18 18:36:50.974524 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:50.974617 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.18 18:36:50.974657 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.18 18:36:50.974971 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:50.975007 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:50.975312 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:36:50.975516 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): 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.18 18:36:50.975640 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} executeQuery: Read 24 rows, 1.78 KiB in 0.001041 sec., 23054.755043227666 rows/sec., 1.67 MiB/sec. 2025.06.18 18:36:50.975675 [ 276 ] {d130b7e4-8cb7-4e11-9b4f-512075249cc2} TCPHandler: Processed in 0.001199216 sec. 2025.06.18 18:36:50.975781 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:50.975874 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:36:50.975913 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:36:50.976229 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:50.976265 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:50.976571 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:36:50.976780 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:36:50.976907 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.06.18 18:36:50.976941 [ 276 ] {883970ff-5885-4ca5-9945-8d8254720917} TCPHandler: Processed in 0.001206397 sec. 2025.06.18 18:36:51.000253 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 177.88 MiB, peak 182.24 MiB, free memory in arenas 0.00 B, will set to 179.27 MiB (RSS), difference: 1.38 MiB 2025.06.18 18:36:51.543550 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 2025.06.18 18:36:51.543995 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:51.544033 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:51.544501 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:36:51.544728 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:36:51.544862 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 2025.06.18 18:36:51.768171 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.06.18 18:36:51.787911 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:51.787990 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:51.794670 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:36:51.795516 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:36:51.800385 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.06.18 18:36:52.000230 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 179.80 MiB, peak 183.80 MiB, free memory in arenas 0.00 B, will set to 181.19 MiB (RSS), difference: 1.39 MiB 2025.06.18 18:36:54.047854 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 274 2025.06.18 18:36:54.050021 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:54.050062 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:54.051190 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:36:54.051443 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:36:54.051572 [ 48 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.18 18:36:54.051644 [ 48 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:54.051667 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:54.051681 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 274 2025.06.18 18:36:54.051785 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:36:54.052452 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:36:54.052656 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:36:54.053068 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:36:54.053472 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 54 rows starting from the beginning of the part 2025.06.18 18:36:54.053826 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part 2025.06.18 18:36:54.054176 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.06.18 18:36:54.054526 [ 197 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:36:54.061402 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 72 columns (72 merged, 0 gathered) in 0.009671623 sec., 28330.30195655889 rows/sec., 28.55 MiB/sec. 2025.06.18 18:36:54.062167 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.18 18:36:54.062742 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:36:54.062811 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_6_1} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.18 18:36:54.062992 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. 2025.06.18 18:36:55.000174 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 181.31 MiB, peak 185.84 MiB, free memory in arenas 0.00 B, will set to 182.39 MiB (RSS), difference: 1.08 MiB 2025.06.18 18:36:55.956142 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:55.956347 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:36:55.956420 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:36:55.957103 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:55.957149 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:55.957538 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:36:55.957774 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:36:55.957950 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} executeQuery: Read 72 rows, 5.99 KiB in 0.001654 sec., 43530.83434099153 rows/sec., 3.54 MiB/sec. 2025.06.18 18:36:55.957990 [ 276 ] {c77874b1-78ce-4c77-8a18-44478c74219c} TCPHandler: Processed in 0.001980177 sec. 2025.06.18 18:36:55.958117 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:55.958213 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:36:55.958254 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:36:55.958647 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:55.958682 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:55.958974 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:36:55.959186 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:36:55.959274 [ 45 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.18 18:36:55.959310 [ 45 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:55.959314 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} executeQuery: Read 8 rows, 616.00 B in 0.00112 sec., 7142.857142857143 rows/sec., 537.11 KiB/sec. 2025.06.18 18:36:55.959332 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:55.959356 [ 276 ] {0c31ec11-2cd0-41c1-a6ef-c28a1ca30597} TCPHandler: Processed in 0.001293658 sec. 2025.06.18 18:36:55.959456 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:36:55.959466 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:55.959600 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:36:55.959612 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:36:55.959643 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:36:55.959655 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 106 rows starting from the beginning of the part 2025.06.18 18:36:55.959765 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 106 rows starting from the beginning of the part 2025.06.18 18:36:55.959819 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part 2025.06.18 18:36:55.959867 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:36:55.959912 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2025.06.18 18:36:55.959952 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:36:55.960061 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:55.960103 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:55.960583 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:36:55.960817 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:36:55.960946 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} executeQuery: Read 72 rows, 5.76 KiB in 0.001364 sec., 52785.92375366569 rows/sec., 4.12 MiB/sec. 2025.06.18 18:36:55.960982 [ 276 ] {d6039124-e873-4375-a673-f6e02ebebd37} TCPHandler: Processed in 0.001564032 sec. 2025.06.18 18:36:55.960988 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 5 columns (5 merged, 0 gathered) in 0.001588302 sec., 162437.62206431775 rows/sec., 10.60 MiB/sec. 2025.06.18 18:36:55.961094 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:55.961193 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:55.961237 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:36:55.961240 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.18 18:36:55.961556 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:36:55.961636 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_6_1} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.18 18:36:55.961642 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:55.961684 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:55.961725 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.06.18 18:36:55.962014 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:36:55.962231 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:36:55.962358 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2025.06.18 18:36:55.962394 [ 276 ] {a844d2f9-bdf4-4bcb-b2ea-a6225b7aa3c4} TCPHandler: Processed in 0.001347478 sec. 2025.06.18 18:36:55.962500 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:55.962593 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:36:55.962649 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:36:55.963358 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:55.963394 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:55.963892 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:36:55.964109 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:36:55.964241 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} executeQuery: Read 8 rows, 14.68 KiB in 0.001665 sec., 4804.804804804805 rows/sec., 8.61 MiB/sec. 2025.06.18 18:36:55.964290 [ 276 ] {75b3a895-ee25-4195-b21e-b87db0f45340} TCPHandler: Processed in 0.001838055 sec. 2025.06.18 18:36:55.964403 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:36:55.964497 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:36:55.964539 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:36:55.964866 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:55.964903 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:55.965201 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:36:55.965407 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:36:55.965532 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.06.18 18:36:55.965568 [ 276 ] {48db52ad-8c3e-4816-b91d-10b9d4837f31} TCPHandler: Processed in 0.001212567 sec. 2025.06.18 18:36:58.989601 [ 41 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:36:58.989654 [ 41 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:36:59.045016 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 2025.06.18 18:36:59.045559 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:59.045603 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:59.046141 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:36:59.046394 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:36:59.046529 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.06.18 18:36:59.300552 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.06.18 18:36:59.318613 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:36:59.318679 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:36:59.324262 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:36:59.324942 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:36:59.328052 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.06.18 18:37:00.956460 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:00.956675 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:00.956750 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:00.957464 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:00.957514 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:00.957912 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:37:00.958138 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:00.958292 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} executeQuery: Read 100 rows, 8.53 KiB in 0.001671 sec., 59844.404548174745 rows/sec., 4.99 MiB/sec. 2025.06.18 18:37:00.958319 [ 39 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.18 18:37:00.958340 [ 276 ] {186b1eb8-819c-4bd1-b3c0-4e2c902dda42} TCPHandler: Processed in 0.002021768 sec. 2025.06.18 18:37:00.958421 [ 39 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:00.958454 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:00.958524 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:00.958586 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:37:00.958631 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:00.958681 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:00.958735 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:00.958776 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part 2025.06.18 18:37:00.958843 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2025.06.18 18:37:00.958891 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part 2025.06.18 18:37:00.958936 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part 2025.06.18 18:37:00.958976 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part 2025.06.18 18:37:00.959017 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part 2025.06.18 18:37:00.959100 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:00.959142 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:00.959489 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:37:00.959724 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:00.959858 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} executeQuery: Read 22 rows, 1.65 KiB in 0.001251 sec., 17585.931254996005 rows/sec., 1.29 MiB/sec. 2025.06.18 18:37:00.959896 [ 276 ] {f528d6b2-14c7-4329-bcc0-0e4f1acc5c57} TCPHandler: Processed in 0.00142446 sec. 2025.06.18 18:37:00.960003 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:00.960099 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:00.960122 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1033 rows, containing 5 columns (5 merged, 0 gathered) in 0.001598402 sec., 646270.4626245463 rows/sec., 54.05 MiB/sec. 2025.06.18 18:37:00.960139 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:00.960401 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.18 18:37:00.960560 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:00.960602 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:00.960754 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:00.960852 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_11_2} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.18 18:37:00.960940 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:37:00.960946 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.06.18 18:37:00.961158 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:00.961263 [ 39 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.18 18:37:00.961291 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} executeQuery: Read 86 rows, 6.88 KiB in 0.001211 sec., 71015.68951279933 rows/sec., 5.55 MiB/sec. 2025.06.18 18:37:00.961294 [ 39 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:00.961330 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:00.961333 [ 276 ] {22a62a64-ad66-48ee-b650-f2b67f326674} TCPHandler: Processed in 0.001378529 sec. 2025.06.18 18:37:00.961403 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:37:00.961461 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:00.961498 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:00.961528 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part 2025.06.18 18:37:00.961560 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:00.961578 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2025.06.18 18:37:00.961607 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:00.961622 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part 2025.06.18 18:37:00.961660 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 101 rows starting from the beginning of the part 2025.06.18 18:37:00.961695 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part 2025.06.18 18:37:00.961730 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 86 rows starting from the beginning of the part 2025.06.18 18:37:00.962003 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:00.962042 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:00.962374 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:37:00.962502 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 785 rows, containing 5 columns (5 merged, 0 gathered) in 0.001188866 sec., 660293.0860164224 rows/sec., 51.65 MiB/sec. 2025.06.18 18:37:00.962651 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:00.962717 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.18 18:37:00.962761 [ 39 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.18 18:37:00.962793 [ 39 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:00.962793 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. 2025.06.18 18:37:00.962815 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:00.962847 [ 276 ] {9024bd22-35b3-4cee-ab8a-7ee321dd0359} TCPHandler: Processed in 0.001432559 sec. 2025.06.18 18:37:00.962926 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:37:00.962966 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:00.962992 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:00.963026 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:00.963059 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:00.963072 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part 2025.06.18 18:37:00.963075 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_11_2} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.18 18:37:00.963117 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:00.963154 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2025.06.18 18:37:00.963160 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.06.18 18:37:00.963205 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2025.06.18 18:37:00.963255 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.06.18 18:37:00.963296 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2025.06.18 18:37:00.963340 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2025.06.18 18:37:00.963895 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:00.963931 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:00.964535 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:37:00.964786 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1882 rows, containing 5 columns (5 merged, 0 gathered) in 0.001899966 sec., 990544.0413144235 rows/sec., 68.34 MiB/sec. 2025.06.18 18:37:00.964792 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:00.964955 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} executeQuery: Read 22 rows, 40.37 KiB in 0.001912 sec., 11506.276150627615 rows/sec., 20.62 MiB/sec. 2025.06.18 18:37:00.964988 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.18 18:37:00.965020 [ 276 ] {ff83ce2f-ad05-44f9-b718-c35adf1717ed} TCPHandler: Processed in 0.002102469 sec. 2025.06.18 18:37:00.965142 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:00.965230 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:00.965236 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:00.965282 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:00.965296 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_11_2} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.18 18:37:00.965359 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.06.18 18:37:00.965642 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:00.965677 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:00.965989 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:37:00.966193 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:00.966293 [ 39 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.18 18:37:00.966320 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.06.18 18:37:00.966326 [ 39 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:00.966359 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:00.966363 [ 276 ] {fe450d20-d3dd-4721-8e2d-9dc07b900ff5} TCPHandler: Processed in 0.001269617 sec. 2025.06.18 18:37:00.966429 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:37:00.966520 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:00.966545 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part 2025.06.18 18:37:00.966589 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:00.966630 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:00.966667 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:00.966701 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:00.966735 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:00.967547 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 4 columns (4 merged, 0 gathered) in 0.001147236 sec., 603188.8817993857 rows/sec., 40.10 MiB/sec. 2025.06.18 18:37:00.967783 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.18 18:37:00.968124 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:00.968212 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_11_2} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.18 18:37:00.968296 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.06.18 18:37:04.051988 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 298 2025.06.18 18:37:04.054176 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:04.054232 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:04.055448 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:37:04.055764 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:37:04.056091 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 298 2025.06.18 18:37:05.957351 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:05.957559 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:05.957629 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:05.958319 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:05.958371 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:05.958776 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:37:05.959003 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:05.959158 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} executeQuery: Read 88 rows, 7.51 KiB in 0.001654 sec., 53204.35308343409 rows/sec., 4.43 MiB/sec. 2025.06.18 18:37:05.959205 [ 276 ] {5df47231-0fcb-42bc-90a6-487b8c82dcc3} TCPHandler: Processed in 0.001994168 sec. 2025.06.18 18:37:05.959337 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:05.959437 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:05.959482 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:05.959899 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:05.959936 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:05.960240 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:37:05.960476 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:05.960600 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} executeQuery: Read 16 rows, 1.20 KiB in 0.001187 sec., 13479.359730412807 rows/sec., 1013.58 KiB/sec. 2025.06.18 18:37:05.960637 [ 276 ] {e31cf142-5c9d-4871-8061-c081da734025} TCPHandler: Processed in 0.001350949 sec. 2025.06.18 18:37:05.960755 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:05.960846 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:05.960887 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:05.961298 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:05.961334 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:05.961638 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:37:05.961844 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:05.961972 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} executeQuery: Read 83 rows, 6.64 KiB in 0.001144 sec., 72552.44755244754 rows/sec., 5.67 MiB/sec. 2025.06.18 18:37:05.962008 [ 276 ] {95186924-5c38-4c35-b811-86f24d8c5550} TCPHandler: Processed in 0.001302808 sec. 2025.06.18 18:37:05.962119 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:05.962211 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:05.962253 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:05.962675 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:05.962711 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:05.963035 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:37:05.963241 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:05.963366 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2025.06.18 18:37:05.963402 [ 276 ] {ae1dcd18-27f4-47f4-8141-11ce626fd930} TCPHandler: Processed in 0.001330758 sec. 2025.06.18 18:37:05.963508 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:05.963601 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:05.963655 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:05.964433 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:05.964470 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:05.965010 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:37:05.965246 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:05.965354 [ 31 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.18 18:37:05.965381 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} executeQuery: Read 16 rows, 29.36 KiB in 0.001798 sec., 8898.776418242493 rows/sec., 15.95 MiB/sec. 2025.06.18 18:37:05.965424 [ 31 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:05.965444 [ 276 ] {6d57da8e-8b6f-4003-a6f9-a5416126785e} TCPHandler: Processed in 0.001984107 sec. 2025.06.18 18:37:05.965449 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:05.965558 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:37:05.965572 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:05.965677 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.18 18:37:05.965718 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.18 18:37:05.965765 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:05.965825 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:37:05.965958 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:37:05.966034 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:05.966071 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:05.966087 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part 2025.06.18 18:37:05.966204 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:37:05.966320 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2025.06.18 18:37:05.966368 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:37:05.966433 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part 2025.06.18 18:37:05.966571 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} oximeter.measurements_i64 (029b74c5-3b6d-4cd5-80d1-c124eb473795): 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.18 18:37:05.966696 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} executeQuery: Read 3 rows, 217.00 B in 0.001038 sec., 2890.173410404624 rows/sec., 204.16 KiB/sec. 2025.06.18 18:37:05.966731 [ 276 ] {f4503a98-e4aa-41e7-b6ff-c9e8e3b618ad} TCPHandler: Processed in 0.001206697 sec. 2025.06.18 18:37:05.966842 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:05.966934 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:05.966974 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:05.967319 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:05.967354 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:05.967713 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:37:05.967922 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:05.968056 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2025.06.18 18:37:05.968091 [ 276 ] {afc77cca-e839-4c43-852e-7c81f4803198} TCPHandler: Processed in 0.001297478 sec. 2025.06.18 18:37:05.968190 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 19 columns (19 merged, 0 gathered) in 0.002671027 sec., 31448.57764447907 rows/sec., 56.35 MiB/sec. 2025.06.18 18:37:05.968630 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.18 18:37:05.969064 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:05.969145 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_6_1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.18 18:37:05.969281 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.06.18 18:37:06.546724 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 2025.06.18 18:37:06.547425 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:06.547488 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:06.548184 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:37:06.548415 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:37:06.548544 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 2025.06.18 18:37:06.548584 [ 11 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.18 18:37:06.548666 [ 11 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:06.548691 [ 11 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:06.548884 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:06.549107 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:06.549167 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:06.549306 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:06.549384 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:06.549457 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:06.549525 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:06.549600 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:06.551049 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002251821 sec., 2248402.5151199847 rows/sec., 32.16 MiB/sec. 2025.06.18 18:37:06.552086 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.18 18:37:06.552389 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_11_2} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:37:06.552470 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_11_2} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.18 18:37:06.552564 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2025.06.18 18:37:06.828221 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.06.18 18:37:06.847120 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:06.847190 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:06.853483 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:37:06.854141 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:37:06.854448 [ 11 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.18 18:37:06.854514 [ 11 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:06.854537 [ 11 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:06.854714 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:06.857641 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.06.18 18:37:06.857655 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:06.858360 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:06.861566 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:06.864735 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:06.868302 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:06.872625 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:06.877045 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:06.929757 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.075089476 sec., 1105.3479717983382 rows/sec., 5.72 MiB/sec. 2025.06.18 18:37:06.931189 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.18 18:37:06.932787 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_11_2} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:37:06.932873 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_11_2} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.18 18:37:06.934081 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.06.18 18:37:07.000192 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 184.88 MiB, peak 194.76 MiB, free memory in arenas 0.00 B, will set to 193.66 MiB (RSS), difference: 8.78 MiB 2025.06.18 18:37:10.949234 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.949479 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.18 18:37:10.949817 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:37:10.949858 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.18 18:37:10.950129 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:37:10.950200 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:37:10.950343 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.06.18 18:37:10.950529 [ 292 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:37:10.950547 [ 289 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.18 18:37:10.950597 [ 293 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.18 18:37:10.950529 [ 288 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.18 18:37:10.950739 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.06.18 18:37:10.950772 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:37:10.950862 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.18 18:37:10.950884 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams 2025.06.18 18:37:10.950926 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.950968 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.951006 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.951889 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} executeQuery: Read 33 rows, 1.26 KiB in 0.002505 sec., 13173.652694610779 rows/sec., 504.07 KiB/sec. 2025.06.18 18:37:10.952037 [ 276 ] {294cecde-d1f6-4d11-bfe0-8e5827f50fdd} TCPHandler: Processed in 0.00293082 sec. 2025.06.18 18:37:10.954314 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.954570 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.18 18:37:10.954979 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:37:10.955047 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.18 18:37:10.955280 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:37:10.955336 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:37:10.955444 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.06.18 18:37:10.955515 [ 288 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:37:10.955532 [ 292 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.18 18:37:10.955519 [ 289 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.18 18:37:10.955526 [ 293 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.18 18:37:10.955670 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.06.18 18:37:10.955698 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:37:10.955773 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.18 18:37:10.955793 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams 2025.06.18 18:37:10.955824 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.955856 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.955887 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.956468 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} executeQuery: Read 33 rows, 1.26 KiB in 0.002044 sec., 16144.81409001957 rows/sec., 617.76 KiB/sec. 2025.06.18 18:37:10.956589 [ 276 ] {753feb24-99d1-4e6c-9ac4-f1867291d2a3} TCPHandler: Processed in 0.002403653 sec. 2025.06.18 18:37:10.956843 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.956974 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', '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.18 18:37:10.957253 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:37:10.957296 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', '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.18 18:37:10.957495 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:37:10.957549 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:37:10.957649 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.06.18 18:37:10.957709 [ 289 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:37:10.957717 [ 288 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.18 18:37:10.957737 [ 293 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.18 18:37:10.957717 [ 292 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.18 18:37:10.957862 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.06.18 18:37:10.957890 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:37:10.957957 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.18 18:37:10.957976 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams 2025.06.18 18:37:10.958006 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', '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.18 18:37:10.958038 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', '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.18 18:37:10.958071 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', '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.18 18:37:10.958662 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} executeQuery: Read 33 rows, 1.26 KiB in 0.001686 sec., 19572.953736654803 rows/sec., 748.93 KiB/sec. 2025.06.18 18:37:10.958791 [ 276 ] {78b0395d-5a2a-4964-838b-c4c210e65ef2} TCPHandler: Processed in 0.001943877 sec. 2025.06.18 18:37:10.959019 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.959156 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.18 18:37:10.959368 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:37:10.959403 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.18 18:37:10.959609 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:37:10.959663 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:37:10.959766 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.06.18 18:37:10.959827 [ 288 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.18 18:37:10.959827 [ 292 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:37:10.959835 [ 289 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.18 18:37:10.959835 [ 293 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.18 18:37:10.959962 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.06.18 18:37:10.959989 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:37:10.960056 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.18 18:37:10.960074 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams 2025.06.18 18:37:10.960101 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.960130 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.960156 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.960704 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} executeQuery: Read 33 rows, 1.26 KiB in 0.001649 sec., 20012.128562765312 rows/sec., 765.73 KiB/sec. 2025.06.18 18:37:10.960827 [ 276 ] {0544c8e9-cf10-416b-a2ee-7b5f9a91a952} TCPHandler: Processed in 0.001907876 sec. 2025.06.18 18:37:10.961119 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.961255 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.18 18:37:10.961482 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:37:10.961519 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.18 18:37:10.961725 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:37:10.961778 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:37:10.961876 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.06.18 18:37:10.961947 [ 288 ] {799b6909-cd18-4b90-9e91-78021d744a92} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:37:10.961949 [ 292 ] {799b6909-cd18-4b90-9e91-78021d744a92} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.18 18:37:10.961960 [ 289 ] {799b6909-cd18-4b90-9e91-78021d744a92} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.18 18:37:10.961956 [ 293 ] {799b6909-cd18-4b90-9e91-78021d744a92} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.18 18:37:10.962081 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.06.18 18:37:10.962108 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:37:10.962176 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.18 18:37:10.962194 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams 2025.06.18 18:37:10.962223 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.962258 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.962291 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:37:10.962882 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} executeQuery: Read 33 rows, 1.26 KiB in 0.001685 sec., 19584.569732937685 rows/sec., 749.37 KiB/sec. 2025.06.18 18:37:10.963014 [ 276 ] {799b6909-cd18-4b90-9e91-78021d744a92} TCPHandler: Processed in 0.001945597 sec. 2025.06.18 18:37:10.963253 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.963390 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.18 18:37:10.963605 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:37:10.963642 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.18 18:37:10.963843 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:37:10.963895 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:37:10.963994 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.06.18 18:37:10.964056 [ 289 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:37:10.964073 [ 293 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.18 18:37:10.964073 [ 288 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.18 18:37:10.964070 [ 292 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.18 18:37:10.964189 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.06.18 18:37:10.964215 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:37:10.964278 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.18 18:37:10.964295 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams 2025.06.18 18:37:10.964323 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.18 18:37:10.964352 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.18 18:37:10.964381 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.18 18:37:10.964925 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} executeQuery: Read 33 rows, 1.26 KiB in 0.00165 sec., 20000 rows/sec., 765.27 KiB/sec. 2025.06.18 18:37:10.965114 [ 276 ] {c130fc16-4cdf-4f2f-b283-28da65037e54} TCPHandler: Processed in 0.001908236 sec. 2025.06.18 18:37:10.965342 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.965478 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.18 18:37:10.965695 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:37:10.965732 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.18 18:37:10.965937 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:37:10.966051 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:37:10.966150 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.06.18 18:37:10.966210 [ 289 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.18 18:37:10.966221 [ 293 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.18 18:37:10.966227 [ 288 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.18 18:37:10.966218 [ 292 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.18 18:37:10.966336 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.06.18 18:37:10.966449 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:37:10.966518 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.18 18:37:10.966536 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Reading approx. 33 rows with 3 streams 2025.06.18 18:37:10.966566 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.18 18:37:10.966598 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.18 18:37:10.966628 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', '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.18 18:37:10.967203 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} executeQuery: Read 33 rows, 1.26 KiB in 0.001782 sec., 18518.51851851852 rows/sec., 708.58 KiB/sec. 2025.06.18 18:37:10.967332 [ 276 ] {0a3a3e62-e547-4dde-97f9-0a93e15f1326} TCPHandler: Processed in 0.002038008 sec. 2025.06.18 18:37:10.985683 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.985791 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.18 18:37:10.985833 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:37:10.986393 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:10.986435 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:10.986891 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:37:10.987089 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): 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.18 18:37:10.987233 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} executeQuery: Read 7 rows, 3.07 KiB in 0.001472 sec., 4755.434782608696 rows/sec., 2.04 MiB/sec. 2025.06.18 18:37:10.987271 [ 276 ] {0cb8f30e-6736-468f-becc-24cf02626617} TCPHandler: Processed in 0.001638563 sec. 2025.06.18 18:37:10.987385 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.987478 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:37:10.987519 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:37:10.987950 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:10.987987 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:10.988289 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:37:10.988481 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:37:10.988598 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} executeQuery: Read 24 rows, 2.04 KiB in 0.001173 sec., 20460.358056265984 rows/sec., 1.70 MiB/sec. 2025.06.18 18:37:10.988633 [ 276 ] {0183b84a-d3cb-41e0-b3de-9a4b60458f17} TCPHandler: Processed in 0.001334038 sec. 2025.06.18 18:37:10.988736 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.988822 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:37:10.988859 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:37:10.989307 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:10.989341 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:10.989691 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.18 18:37:10.989895 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:37:10.990019 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} executeQuery: Read 8 rows, 668.00 B in 0.001163 sec., 6878.761822871883 rows/sec., 560.91 KiB/sec. 2025.06.18 18:37:10.990057 [ 276 ] {1d60714f-00aa-46f6-9c4b-eee946c6b967} TCPHandler: Processed in 0.001323268 sec. 2025.06.18 18:37:10.990167 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.990260 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:10.990299 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:10.990778 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:10.990815 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:10.991175 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:37:10.991385 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:10.991521 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} executeQuery: Read 224 rows, 20.29 KiB in 0.001279 sec., 175136.8256450352 rows/sec., 15.49 MiB/sec. 2025.06.18 18:37:10.991558 [ 276 ] {ccc5f46b-1671-4ec9-8b56-9a1637c857ec} TCPHandler: Processed in 0.00143978 sec. 2025.06.18 18:37:10.991669 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.991761 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:10.991800 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:10.992197 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:10.992231 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:10.992520 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:37:10.992712 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:10.992838 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} executeQuery: Read 42 rows, 3.17 KiB in 0.001146 sec., 36649.21465968586 rows/sec., 2.70 MiB/sec. 2025.06.18 18:37:10.992874 [ 276 ] {21b56631-ae22-4401-ad6e-7e476670876a} TCPHandler: Processed in 0.001306429 sec. 2025.06.18 18:37:10.992974 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.993129 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:37:10.993168 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:37:10.993589 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:10.993625 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:10.993920 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:37:10.994127 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:37:10.994259 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} executeQuery: Read 24 rows, 2.04 KiB in 0.001147 sec., 20924.149956408022 rows/sec., 1.74 MiB/sec. 2025.06.18 18:37:10.994296 [ 276 ] {52904a53-7f74-41c8-b8f1-2daffb2edbe6} TCPHandler: Processed in 0.001307798 sec. 2025.06.18 18:37:10.994403 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.994495 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:37:10.994534 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:37:10.994928 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:10.994963 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:10.995256 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:37:10.995459 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:37:10.995591 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} executeQuery: Read 12 rows, 960.00 B in 0.001113 sec., 10781.671159029649 rows/sec., 842.32 KiB/sec. 2025.06.18 18:37:10.995629 [ 276 ] {f54211ad-4c6e-426f-8c3b-ca91d9c7b4e8} TCPHandler: Processed in 0.001274208 sec. 2025.06.18 18:37:10.995735 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.995827 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:10.995865 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:10.996304 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:10.996338 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:10.996622 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:37:10.996828 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:10.996955 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} executeQuery: Read 130 rows, 10.79 KiB in 0.001204 sec., 107973.4219269103 rows/sec., 8.75 MiB/sec. 2025.06.18 18:37:10.996991 [ 276 ] {bf9395ab-505e-4b7b-b22d-eb53c6f0d877} TCPHandler: Processed in 0.001365158 sec. 2025.06.18 18:37:10.997162 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.997253 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:10.997295 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:10.997736 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:10.997773 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:10.998144 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:37:10.998351 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:10.998481 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} executeQuery: Read 452 rows, 35.60 KiB in 0.001245 sec., 363052.2088353414 rows/sec., 27.92 MiB/sec. 2025.06.18 18:37:10.998517 [ 276 ] {ab0c8b53-866e-4561-833c-dd7e2d02038b} TCPHandler: Processed in 0.00140227 sec. 2025.06.18 18:37:10.998626 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:10.998718 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:10.998771 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:10.999516 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:10.999552 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:11.000053 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:37:11.000256 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:11.000475 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} executeQuery: Read 22 rows, 40.37 KiB in 0.001801 sec., 12215.435868961687 rows/sec., 21.89 MiB/sec. 2025.06.18 18:37:11.000523 [ 276 ] {7067292d-dcf9-4567-b428-3cdee59fe515} TCPHandler: Processed in 0.001975467 sec. 2025.06.18 18:37:11.000629 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:11.000717 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:11.000756 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:11.001167 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:11.001204 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:11.001521 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:37:11.001748 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:11.001873 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2025.06.18 18:37:11.001909 [ 276 ] {a8c398aa-d67c-4e99-8965-8c2101e82d5a} TCPHandler: Processed in 0.001289617 sec. 2025.06.18 18:37:14.048905 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 2025.06.18 18:37:14.049636 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:14.049685 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:14.050292 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:37:14.050528 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:37:14.050670 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.06.18 18:37:14.050655 [ 30 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:37:14.050732 [ 30 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:37:14.056516 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 348 2025.06.18 18:37:14.059029 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:14.059068 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:14.060332 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:37:14.060588 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:37:14.060811 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 348 2025.06.18 18:37:14.357865 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.06.18 18:37:14.373716 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:14.373782 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:14.379749 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:37:14.380533 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:37:14.383288 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.06.18 18:37:15.955554 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:15.955771 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:15.955849 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:15.956619 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:15.956666 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:15.957061 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:37:15.957295 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:15.957459 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} executeQuery: Read 88 rows, 7.51 KiB in 0.001742 sec., 50516.647531572904 rows/sec., 4.21 MiB/sec. 2025.06.18 18:37:15.957513 [ 276 ] {45cb673b-1281-40f3-8fa4-5674052fa729} TCPHandler: Processed in 0.002095619 sec. 2025.06.18 18:37:15.957648 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:15.957753 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:15.957798 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:15.958226 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:15.958262 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:15.958567 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:37:15.958777 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:15.958907 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} executeQuery: Read 16 rows, 1.20 KiB in 0.001179 sec., 13570.822731128075 rows/sec., 1020.46 KiB/sec. 2025.06.18 18:37:15.958945 [ 276 ] {2b5252f5-8f13-4238-a1a2-39a35874c7a3} TCPHandler: Processed in 0.001348179 sec. 2025.06.18 18:37:15.959059 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:15.959155 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:15.959197 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:15.959620 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:15.959654 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:15.959962 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:37:15.960191 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:15.960317 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} executeQuery: Read 80 rows, 6.40 KiB in 0.001181 sec., 67739.20406435225 rows/sec., 5.29 MiB/sec. 2025.06.18 18:37:15.960355 [ 276 ] {6c61540a-05e3-447b-a5a5-a1d9f7d25634} TCPHandler: Processed in 0.001344248 sec. 2025.06.18 18:37:15.960468 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:15.960562 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:15.960605 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:15.961020 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:15.961055 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:15.961382 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:37:15.961590 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:15.961717 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2025.06.18 18:37:15.961754 [ 276 ] {e75c1f06-f96e-483c-a411-cb181254dd9f} TCPHandler: Processed in 0.001334939 sec. 2025.06.18 18:37:15.961876 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:15.961977 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:15.962033 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:15.962828 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:15.962863 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:15.963401 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:37:15.963624 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:15.963759 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} executeQuery: Read 16 rows, 29.36 KiB in 0.001801 sec., 8883.953359244864 rows/sec., 15.92 MiB/sec. 2025.06.18 18:37:15.963811 [ 276 ] {fbc18e39-6fa0-4c0d-9a0b-a06dfadef65c} TCPHandler: Processed in 0.001988138 sec. 2025.06.18 18:37:15.963927 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:15.964023 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:15.964066 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:15.964413 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:15.964448 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:15.964752 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:37:15.964964 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:15.965088 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.06.18 18:37:15.965134 [ 276 ] {4133ff0d-496e-4c3e-9f4f-2cbb9cb12aa9} TCPHandler: Processed in 0.001258857 sec. 2025.06.18 18:37:20.957521 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:20.957716 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:20.957785 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:20.958438 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:20.958489 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:20.958894 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:37:20.959128 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:20.959284 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} executeQuery: Read 100 rows, 8.53 KiB in 0.001619 sec., 61766.52254478073 rows/sec., 5.15 MiB/sec. 2025.06.18 18:37:20.959334 [ 276 ] {50410f4a-68cb-4cf4-b588-bc3377fe621f} TCPHandler: Processed in 0.001953437 sec. 2025.06.18 18:37:20.959460 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:20.959590 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:20.959639 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:20.960056 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:20.960092 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:20.960408 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:37:20.960622 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:20.960719 [ 149 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.18 18:37:20.960752 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} executeQuery: Read 22 rows, 1.65 KiB in 0.001188 sec., 18518.51851851852 rows/sec., 1.36 MiB/sec. 2025.06.18 18:37:20.960757 [ 149 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:20.960786 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:20.960792 [ 276 ] {3132f30b-cadc-4927-951a-59b9973694fc} TCPHandler: Processed in 0.001383529 sec. 2025.06.18 18:37:20.960902 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:20.960912 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:37:20.960999 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:20.961047 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:20.961065 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:20.961105 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 136 rows starting from the beginning of the part 2025.06.18 18:37:20.961207 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part 2025.06.18 18:37:20.961265 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part 2025.06.18 18:37:20.961312 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part 2025.06.18 18:37:20.961358 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part 2025.06.18 18:37:20.961404 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 22 rows starting from the beginning of the part 2025.06.18 18:37:20.961540 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:20.961583 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:20.961932 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:37:20.962181 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:20.962310 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} executeQuery: Read 86 rows, 6.88 KiB in 0.001331 sec., 64613.07287753569 rows/sec., 5.05 MiB/sec. 2025.06.18 18:37:20.962323 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 5 columns (5 merged, 0 gathered) in 0.00146583 sec., 173280.66692590545 rows/sec., 12.34 MiB/sec. 2025.06.18 18:37:20.962349 [ 276 ] {f555a9bd-b66f-4544-b12b-d18f36f45242} TCPHandler: Processed in 0.00149596 sec. 2025.06.18 18:37:20.962492 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:20.962505 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.18 18:37:20.962589 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:20.962633 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:20.962773 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:20.962843 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_11_2} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.18 18:37:20.962917 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.18 18:37:20.963046 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:20.963083 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:20.963415 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:37:20.963635 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:20.963763 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.06.18 18:37:20.963801 [ 276 ] {63b3d3fa-2768-466a-8e42-84d4a8a4cabc} TCPHandler: Processed in 0.001357988 sec. 2025.06.18 18:37:20.963912 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:20.964028 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:20.964087 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:20.964823 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:20.964856 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:20.965422 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:37:20.965652 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:20.965789 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} executeQuery: Read 22 rows, 40.37 KiB in 0.001779 sec., 12366.498032602585 rows/sec., 22.16 MiB/sec. 2025.06.18 18:37:20.965841 [ 276 ] {8ef1f0fe-675c-4eca-9c0d-4060430d6224} TCPHandler: Processed in 0.001979097 sec. 2025.06.18 18:37:20.965966 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:20.966062 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:20.966104 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:20.966436 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:20.966473 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:20.966777 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:37:20.966991 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:20.967117 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2025.06.18 18:37:20.967154 [ 276 ] {69ff33fe-c986-4000-b645-9cb943bd3f28} TCPHandler: Processed in 0.001237847 sec. 2025.06.18 18:37:21.551005 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 2025.06.18 18:37:21.551528 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:21.551575 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:21.552053 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:37:21.552352 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:37:21.552496 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 2025.06.18 18:37:21.883783 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.06.18 18:37:21.902018 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:21.902087 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:21.908069 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:37:21.908761 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:37:21.911946 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.06.18 18:37:22.082129 [ 147 ] {} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.18 18:37:22.082193 [ 147 ] {} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:22.082214 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:22.082331 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::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.18 18:37:22.082607 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:22.082649 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2025.06.18 18:37:22.082728 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2025.06.18 18:37:22.082792 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.06.18 18:37:22.082857 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part 2025.06.18 18:37:22.082916 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.06.18 18:37:22.084407 [ 200 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.00212776 sec., 19269.090498928454 rows/sec., 4.76 MiB/sec. 2025.06.18 18:37:22.084571 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.18 18:37:22.084867 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): 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.18 18:37:22.084938 [ 193 ] {e776f05f-826f-4625-9b38-36fd38dbd49c::all_1_5_1} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.18 18:37:22.085006 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.06.18 18:37:24.061927 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 372 2025.06.18 18:37:24.063975 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:24.064032 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:24.065176 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:37:24.065483 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:37:24.065813 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 372 2025.06.18 18:37:25.957505 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:25.957696 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:37:25.957766 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:37:25.958392 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:25.958440 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:25.958820 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.18 18:37:25.959068 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:37:25.959227 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} executeQuery: Read 2 rows, 167.00 B in 0.00158 sec., 1265.8227848101264 rows/sec., 103.22 KiB/sec. 2025.06.18 18:37:25.959274 [ 276 ] {3941cb8a-4281-4807-a426-0dac4792f779} TCPHandler: Processed in 0.001902156 sec. 2025.06.18 18:37:25.959411 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:25.959516 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:25.959560 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:25.960054 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:25.960092 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:25.960413 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:37:25.960637 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:25.960747 [ 144 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.18 18:37:25.960768 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} executeQuery: Read 91 rows, 7.78 KiB in 0.001277 sec., 71260.76742364919 rows/sec., 5.95 MiB/sec. 2025.06.18 18:37:25.960819 [ 144 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:25.960828 [ 276 ] {69b79ad7-2f03-428e-86a2-e15ba4046d01} TCPHandler: Processed in 0.00146837 sec. 2025.06.18 18:37:25.960848 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:25.960966 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:37:25.960969 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:25.961091 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:25.961110 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:25.961132 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:25.961165 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 677 rows starting from the beginning of the part 2025.06.18 18:37:25.961269 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 88 rows starting from the beginning of the part 2025.06.18 18:37:25.961328 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 224 rows starting from the beginning of the part 2025.06.18 18:37:25.961374 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 88 rows starting from the beginning of the part 2025.06.18 18:37:25.961416 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 100 rows starting from the beginning of the part 2025.06.18 18:37:25.961461 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 91 rows starting from the beginning of the part 2025.06.18 18:37:25.961557 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:25.961600 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:25.961944 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:37:25.962190 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:25.962329 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} executeQuery: Read 19 rows, 1.42 KiB in 0.001258 sec., 15103.338632750398 rows/sec., 1.10 MiB/sec. 2025.06.18 18:37:25.962367 [ 276 ] {2a0d05c1-2734-4c10-8fc4-be8b14373efa} TCPHandler: Processed in 0.00144953 sec. 2025.06.18 18:37:25.962488 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:25.962585 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:25.962626 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:25.962638 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1268 rows, containing 5 columns (5 merged, 0 gathered) in 0.001717864 sec., 738125.9517633526 rows/sec., 63.48 MiB/sec. 2025.06.18 18:37:25.962882 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.18 18:37:25.963089 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:25.963126 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:25.963153 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:25.963220 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_16_3} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.18 18:37:25.963297 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.06.18 18:37:25.963437 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:37:25.963649 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:25.963757 [ 144 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.18 18:37:25.963776 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} executeQuery: Read 83 rows, 6.64 KiB in 0.00121 sec., 68595.04132231405 rows/sec., 5.36 MiB/sec. 2025.06.18 18:37:25.963796 [ 144 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:25.963819 [ 276 ] {d607e55c-f4ca-44ee-a8d4-49f704c289ba} TCPHandler: Processed in 0.001381499 sec. 2025.06.18 18:37:25.963820 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:25.963899 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:37:25.963954 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:25.963985 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:25.964013 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 427 rows starting from the beginning of the part 2025.06.18 18:37:25.964055 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:25.964059 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 83 rows starting from the beginning of the part 2025.06.18 18:37:25.964106 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:25.964116 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 130 rows starting from the beginning of the part 2025.06.18 18:37:25.964161 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 80 rows starting from the beginning of the part 2025.06.18 18:37:25.964195 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 86 rows starting from the beginning of the part 2025.06.18 18:37:25.964238 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 83 rows starting from the beginning of the part 2025.06.18 18:37:25.964528 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:25.964570 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:25.964928 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:37:25.965076 [ 197 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 889 rows, containing 5 columns (5 merged, 0 gathered) in 0.001203717 sec., 738545.6880645534 rows/sec., 58.42 MiB/sec. 2025.06.18 18:37:25.965155 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:25.965242 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.18 18:37:25.965270 [ 144 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.18 18:37:25.965297 [ 144 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:25.965297 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} executeQuery: Read 161 rows, 11.48 KiB in 0.001262 sec., 127575.27733755943 rows/sec., 8.88 MiB/sec. 2025.06.18 18:37:25.965315 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:25.965350 [ 276 ] {b8085b62-d65f-4f0d-9a1b-82e0f41fcdc8} TCPHandler: Processed in 0.0014454 sec. 2025.06.18 18:37:25.965409 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:37:25.965472 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:25.965521 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:25.965539 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:25.965572 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:25.965579 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1882 rows starting from the beginning of the part 2025.06.18 18:37:25.965595 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_16_3} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.18 18:37:25.965638 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:25.965666 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2025.06.18 18:37:25.965680 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.18 18:37:25.965715 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 452 rows starting from the beginning of the part 2025.06.18 18:37:25.965764 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2025.06.18 18:37:25.965803 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.06.18 18:37:25.965841 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part 2025.06.18 18:37:25.966415 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:25.966456 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:25.967010 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:37:25.967255 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:25.967356 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2975 rows, containing 5 columns (5 merged, 0 gathered) in 0.001978857 sec., 1503393.1203720127 rows/sec., 105.74 MiB/sec. 2025.06.18 18:37:25.967409 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} executeQuery: Read 17 rows, 31.19 KiB in 0.001856 sec., 9159.48275862069 rows/sec., 16.41 MiB/sec. 2025.06.18 18:37:25.967475 [ 276 ] {ed6d2063-8f54-4993-a3a1-1427f2d823d6} TCPHandler: Processed in 0.002053988 sec. 2025.06.18 18:37:25.967594 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:25.967632 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.18 18:37:25.967690 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:25.967741 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:25.967900 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:25.967978 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_16_3} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.18 18:37:25.968051 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2025.06.18 18:37:25.968088 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:25.968129 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:25.968449 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:37:25.968661 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:25.968765 [ 144 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.18 18:37:25.968790 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2025.06.18 18:37:25.968798 [ 144 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:25.968830 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:25.968834 [ 276 ] {227d483d-7b8f-4bfc-8076-58875a964417} TCPHandler: Processed in 0.001289278 sec. 2025.06.18 18:37:25.968896 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:37:25.968984 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:25.969010 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 692 rows starting from the beginning of the part 2025.06.18 18:37:25.969055 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:25.969094 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:25.969128 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:25.969160 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:25.969194 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:25.970000 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 992 rows, containing 4 columns (4 merged, 0 gathered) in 0.001131996 sec., 876328.1849052471 rows/sec., 58.50 MiB/sec. 2025.06.18 18:37:25.970238 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.18 18:37:25.970536 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:25.970610 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_16_3} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.18 18:37:25.970695 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.06.18 18:37:29.050773 [ 141 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:37:29.050823 [ 141 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:37:29.053204 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 2025.06.18 18:37:29.053668 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:29.053707 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:29.054212 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:37:29.054445 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:37:29.054584 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.06.18 18:37:29.412614 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.06.18 18:37:29.430765 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:29.430822 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. 2025.06.18 18:37:29.436745 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:37:29.437466 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:37:29.440938 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.06.18 18:37:30.957202 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:30.957415 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:30.957486 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:30.958135 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:30.958186 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:30.958616 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:37:30.958858 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:30.959019 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} executeQuery: Read 100 rows, 8.53 KiB in 0.001656 sec., 60386.47342995169 rows/sec., 5.03 MiB/sec. 2025.06.18 18:37:30.959067 [ 276 ] {2f6fc497-b25f-4418-88d2-d797d5f37f73} TCPHandler: Processed in 0.002009088 sec. 2025.06.18 18:37:30.959193 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:30.959298 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:30.959345 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:30.959772 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:30.959812 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:30.960143 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:37:30.960364 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:30.960495 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} executeQuery: Read 22 rows, 1.65 KiB in 0.001222 sec., 18003.273322422257 rows/sec., 1.32 MiB/sec. 2025.06.18 18:37:30.960532 [ 276 ] {f4bd25d2-5529-4bef-88b7-4cad3ee6aeec} TCPHandler: Processed in 0.001391949 sec. 2025.06.18 18:37:30.960635 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:30.960733 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:30.960773 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:30.961189 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:30.961227 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:30.961550 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:37:30.961771 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:30.961899 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} executeQuery: Read 86 rows, 6.88 KiB in 0.001185 sec., 72573.83966244725 rows/sec., 5.67 MiB/sec. 2025.06.18 18:37:30.961936 [ 276 ] {f382d196-33f9-4189-baae-95b91489b095} TCPHandler: Processed in 0.001350388 sec. 2025.06.18 18:37:30.962049 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:30.962145 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:30.962188 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:30.962582 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:30.962619 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:30.962952 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:37:30.963166 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:30.963293 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.06.18 18:37:30.963330 [ 276 ] {1c69181c-5c13-400f-ac9e-0b499060351a} TCPHandler: Processed in 0.001331159 sec. 2025.06.18 18:37:30.963438 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:30.963543 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:30.963601 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:30.964380 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:30.964419 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:30.964955 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:37:30.965179 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:30.965294 [ 139 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.18 18:37:30.965320 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} executeQuery: Read 22 rows, 40.37 KiB in 0.001797 sec., 12242.626599888703 rows/sec., 21.94 MiB/sec. 2025.06.18 18:37:30.965369 [ 139 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:30.965394 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:30.965399 [ 276 ] {98c326ea-1d21-4417-8075-ff7358bdf6f3} TCPHandler: Processed in 0.002011018 sec. 2025.06.18 18:37:30.965520 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:37:30.965524 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:30.965667 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:30.965711 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:30.965831 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:30.965907 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 84 rows starting from the beginning of the part 2025.06.18 18:37:30.966053 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:30.966065 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part 2025.06.18 18:37:30.966096 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:30.966217 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part 2025.06.18 18:37:30.966347 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 22 rows starting from the beginning of the part 2025.06.18 18:37:30.966434 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:37:30.966457 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 17 rows starting from the beginning of the part 2025.06.18 18:37:30.966566 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 22 rows starting from the beginning of the part 2025.06.18 18:37:30.966653 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:30.966785 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2025.06.18 18:37:30.966822 [ 276 ] {4bf3f9c3-6908-49f5-999d-f16ee2143668} TCPHandler: Processed in 0.001346899 sec. 2025.06.18 18:37:30.973556 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 19 columns (19 merged, 0 gathered) in 0.008097192 sec., 22600.427407427167 rows/sec., 40.50 MiB/sec. 2025.06.18 18:37:30.974087 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.18 18:37:30.974498 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:30.974577 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_11_2} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.18 18:37:30.974710 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2025.06.18 18:37:34.066009 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 398 2025.06.18 18:37:34.068035 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:34.068083 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:34.069254 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:37:34.069519 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:37:34.069763 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 398 2025.06.18 18:37:35.956846 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:35.957038 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:35.957110 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:35.957763 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:35.957810 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:35.958215 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:37:35.958454 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:35.958610 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} executeQuery: Read 90 rows, 7.71 KiB in 0.00162 sec., 55555.55555555556 rows/sec., 4.65 MiB/sec. 2025.06.18 18:37:35.958654 [ 276 ] {1c5c2bac-8e5c-418a-80d3-6ee4464a0da1} TCPHandler: Processed in 0.001940067 sec. 2025.06.18 18:37:35.958786 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:35.958883 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:35.958924 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:35.959333 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:35.959370 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:35.959675 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:37:35.959891 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:35.960023 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} executeQuery: Read 17 rows, 1.28 KiB in 0.001161 sec., 14642.549526270457 rows/sec., 1.08 MiB/sec. 2025.06.18 18:37:35.960064 [ 276 ] {7677c4a4-29c9-46ff-bc0c-2caff36f7550} TCPHandler: Processed in 0.001328439 sec. 2025.06.18 18:37:35.960184 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:35.960279 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:35.960321 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:35.960740 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:35.960776 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:35.961077 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:37:35.961286 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:35.961416 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} executeQuery: Read 81 rows, 6.48 KiB in 0.001155 sec., 70129.87012987013 rows/sec., 5.48 MiB/sec. 2025.06.18 18:37:35.961454 [ 276 ] {4d2fbac5-1f9d-4a3e-9730-7b12d138c5e0} TCPHandler: Processed in 0.001317408 sec. 2025.06.18 18:37:35.961567 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:35.961661 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:35.961705 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:35.962104 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:35.962140 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:35.962463 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:37:35.962673 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:35.962803 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.06.18 18:37:35.962839 [ 276 ] {579f9fe0-3e88-4e14-a914-907be431a9aa} TCPHandler: Processed in 0.001319798 sec. 2025.06.18 18:37:35.962946 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:35.963040 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:35.963096 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:35.963840 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:35.963877 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:35.964385 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:37:35.964606 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:35.964740 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} executeQuery: Read 17 rows, 31.19 KiB in 0.001718 sec., 9895.227008149011 rows/sec., 17.73 MiB/sec. 2025.06.18 18:37:35.964791 [ 276 ] {baf6669c-1102-4590-9879-a291cdd3cd9f} TCPHandler: Processed in 0.001892166 sec. 2025.06.18 18:37:35.964911 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:35.965006 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:35.965048 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:35.965405 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:35.965444 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:35.965747 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:37:35.965952 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:35.966084 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2025.06.18 18:37:35.966120 [ 276 ] {14ead99c-8b4a-4278-957b-27ba48e84599} TCPHandler: Processed in 0.001258307 sec. 2025.06.18 18:37:36.554800 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 2025.06.18 18:37:36.555264 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:36.555308 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:36.555870 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:37:36.556097 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:37:36.556223 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 2025.06.18 18:37:36.941163 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.06.18 18:37:36.958144 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:36.958202 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:36.963856 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:37:36.964538 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:37:36.967452 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.06.18 18:37:40.958946 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:40.959140 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:37:40.959210 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:37:40.959847 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:40.959896 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:40.960284 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:37:40.960509 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:37:40.960661 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} executeQuery: Read 24 rows, 2.04 KiB in 0.001571 sec., 15276.89369828135 rows/sec., 1.27 MiB/sec. 2025.06.18 18:37:40.960710 [ 276 ] {0819b84d-00f0-464d-9681-6057345f03bc} TCPHandler: Processed in 0.001896566 sec. 2025.06.18 18:37:40.960858 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:40.961003 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:37:40.961065 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:37:40.961631 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:40.961684 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:40.962086 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:37:40.962339 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:37:40.962478 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} executeQuery: Read 2 rows, 167.00 B in 0.001511 sec., 1323.6267372600926 rows/sec., 107.93 KiB/sec. 2025.06.18 18:37:40.962519 [ 276 ] {5a4f53cf-03a9-408c-9416-f4ec772fd64d} TCPHandler: Processed in 0.001727954 sec. 2025.06.18 18:37:40.962626 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:40.962726 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:40.962766 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:40.963278 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:40.963314 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:40.963649 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:37:40.963866 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:40.963996 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} executeQuery: Read 221 rows, 20.07 KiB in 0.001292 sec., 171052.63157894736 rows/sec., 15.17 MiB/sec. 2025.06.18 18:37:40.964038 [ 276 ] {31fea782-89f9-403f-aeec-5de92acc4319} TCPHandler: Processed in 0.00146133 sec. 2025.06.18 18:37:40.964154 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:40.964250 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:40.964292 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:40.964694 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:40.964734 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:40.965038 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:37:40.965254 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:40.965386 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} executeQuery: Read 36 rows, 2.75 KiB in 0.001155 sec., 31168.83116883117 rows/sec., 2.33 MiB/sec. 2025.06.18 18:37:40.965425 [ 276 ] {6e7fa00b-7641-4c84-a99c-326bad3aaa16} TCPHandler: Processed in 0.001319958 sec. 2025.06.18 18:37:40.965532 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:40.965626 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:37:40.965666 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:37:40.966058 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:40.966097 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:40.966395 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:37:40.966612 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:37:40.966737 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} executeQuery: Read 24 rows, 2.04 KiB in 0.001129 sec., 21257.750221434897 rows/sec., 1.76 MiB/sec. 2025.06.18 18:37:40.966775 [ 276 ] {6391a99e-1102-4de0-888b-8963e3cd19ad} TCPHandler: Processed in 0.001291638 sec. 2025.06.18 18:37:40.966883 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:40.966975 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:37:40.967015 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:37:40.967399 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:40.967433 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:40.967712 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:37:40.967918 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:37:40.968052 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} executeQuery: Read 12 rows, 960.00 B in 0.001094 sec., 10968.92138939671 rows/sec., 856.95 KiB/sec. 2025.06.18 18:37:40.968096 [ 276 ] {522eb1fe-223c-4d7d-801d-729cc4b7bf02} TCPHandler: Processed in 0.001262407 sec. 2025.06.18 18:37:40.968205 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:40.968298 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:40.968337 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:40.968754 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:40.968791 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:40.969092 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:37:40.969297 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:40.969421 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} executeQuery: Read 124 rows, 10.30 KiB in 0.001141 sec., 108676.59947414548 rows/sec., 8.81 MiB/sec. 2025.06.18 18:37:40.969458 [ 276 ] {05a3acbc-3141-4fa5-aba3-95c51c9c84f3} TCPHandler: Processed in 0.001301158 sec. 2025.06.18 18:37:40.969568 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:40.969662 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:40.969703 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:40.970104 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:40.970140 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:40.970464 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:37:40.970673 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:40.970797 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} executeQuery: Read 197 rows, 14.47 KiB in 0.001153 sec., 170858.62966175197 rows/sec., 12.26 MiB/sec. 2025.06.18 18:37:40.970833 [ 276 ] {5e17ccad-acf2-4f09-8a73-dcf007f14dc3} TCPHandler: Processed in 0.001312899 sec. 2025.06.18 18:37:40.970944 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:40.971037 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:40.971091 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:40.971854 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:40.971891 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:40.972411 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:37:40.972639 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:40.972778 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} executeQuery: Read 22 rows, 40.37 KiB in 0.00176 sec., 12500 rows/sec., 22.40 MiB/sec. 2025.06.18 18:37:40.972831 [ 276 ] {a921e686-20b1-40b5-a1ea-3a79854b89d8} TCPHandler: Processed in 0.001935267 sec. 2025.06.18 18:37:40.972946 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:40.973041 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:40.973108 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:40.973443 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:40.973479 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:40.973773 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:37:40.973974 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:40.974100 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.06.18 18:37:40.974140 [ 276 ] {784ad4fe-6681-4f6b-86b2-9adfd24685ff} TCPHandler: Processed in 0.001243017 sec. 2025.06.18 18:37:44.051077 [ 124 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:37:44.051126 [ 124 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:37:44.056338 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 2025.06.18 18:37:44.056835 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:44.056882 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:44.057365 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:37:44.057598 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:37:44.057746 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 2025.06.18 18:37:44.057749 [ 124 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.18 18:37:44.057805 [ 124 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:44.057825 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:44.057945 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:44.058086 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:44.058126 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:44.058216 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:44.058261 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:44.058302 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:44.058345 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:44.058386 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:37:44.059822 [ 196 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001933767 sec., 3816902.449984926 rows/sec., 54.60 MiB/sec. 2025.06.18 18:37:44.060257 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.18 18:37:44.060593 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_16_3} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:37:44.060676 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_16_3} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.18 18:37:44.060780 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.06.18 18:37:44.069986 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 430 2025.06.18 18:37:44.072226 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:44.072273 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:44.073410 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:37:44.073684 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:37:44.073828 [ 124 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.18 18:37:44.073866 [ 124 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:44.073888 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:44.073979 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:37:44.074023 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 430 2025.06.18 18:37:44.074538 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:44.074690 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 274 rows starting from the beginning of the part 2025.06.18 18:37:44.075069 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.06.18 18:37:44.075441 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:37:44.075802 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.06.18 18:37:44.076168 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part 2025.06.18 18:37:44.076559 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part 2025.06.18 18:37:44.082609 [ 186 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 430 rows, containing 72 columns (72 merged, 0 gathered) in 0.00866825 sec., 49606.321921956565 rows/sec., 46.75 MiB/sec. 2025.06.18 18:37:44.083438 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.18 18:37:44.083976 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:37:44.084052 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_11_2} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.18 18:37:44.084190 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. 2025.06.18 18:37:44.467554 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.06.18 18:37:44.484993 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:44.485051 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:44.491286 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:37:44.491975 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:37:44.492282 [ 124 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.18 18:37:44.492324 [ 124 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:44.492349 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:44.492482 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:44.495308 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.06.18 18:37:44.496921 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:44.498470 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:44.503289 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:44.507512 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:44.511615 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:44.516160 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:44.520264 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:37:44.573252 [ 194 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.080832065 sec., 1496.930704417857 rows/sec., 7.74 MiB/sec. 2025.06.18 18:37:44.575906 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.18 18:37:44.577897 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_16_3} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:37:44.577976 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_16_3} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.18 18:37:44.580597 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.06.18 18:37:45.000182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 198.77 MiB, peak 208.73 MiB, free memory in arenas 0.00 B, will set to 208.95 MiB (RSS), difference: 10.19 MiB 2025.06.18 18:37:45.001287 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000869482 sec. 2025.06.18 18:37:45.957494 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:45.957684 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:45.957752 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:45.958441 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:45.958492 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:45.958886 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:37:45.959110 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:45.959269 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} executeQuery: Read 90 rows, 7.71 KiB in 0.001635 sec., 55045.87155963303 rows/sec., 4.60 MiB/sec. 2025.06.18 18:37:45.959318 [ 276 ] {aeb3547a-e34c-4ca8-889e-d28b42195d24} TCPHandler: Processed in 0.001964477 sec. 2025.06.18 18:37:45.959449 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:45.959552 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:45.959599 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:45.960023 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:45.960060 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:45.960372 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:37:45.960578 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:45.960696 [ 120 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.18 18:37:45.960712 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} executeQuery: Read 17 rows, 1.28 KiB in 0.001184 sec., 14358.108108108108 rows/sec., 1.05 MiB/sec. 2025.06.18 18:37:45.960764 [ 120 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:45.960772 [ 276 ] {2abe0c03-c2d6-4750-9498-750a9094f7ad} TCPHandler: Processed in 0.001374659 sec. 2025.06.18 18:37:45.960794 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:45.960897 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:45.960900 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:37:45.961000 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:45.961035 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:45.961048 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:45.961076 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 164 rows starting from the beginning of the part 2025.06.18 18:37:45.961148 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 19 rows starting from the beginning of the part 2025.06.18 18:37:45.961192 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part 2025.06.18 18:37:45.961233 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 17 rows starting from the beginning of the part 2025.06.18 18:37:45.961276 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2025.06.18 18:37:45.961320 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 17 rows starting from the beginning of the part 2025.06.18 18:37:45.961508 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:45.961550 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:45.961952 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:37:45.962189 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:45.962233 [ 195 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373299 sec., 200247.72463971796 rows/sec., 14.38 MiB/sec. 2025.06.18 18:37:45.962320 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} executeQuery: Read 81 rows, 6.48 KiB in 0.00134 sec., 60447.76119402985 rows/sec., 4.72 MiB/sec. 2025.06.18 18:37:45.962363 [ 276 ] {eebabd41-94b1-4ca1-81e0-ab54d02c7c22} TCPHandler: Processed in 0.001515391 sec. 2025.06.18 18:37:45.962477 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:45.962482 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.18 18:37:45.962574 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:45.962623 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:45.962823 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:45.962905 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_16_3} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.18 18:37:45.963000 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.18 18:37:45.963052 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:45.963094 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:45.963432 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:37:45.963642 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:45.963772 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2025.06.18 18:37:45.963808 [ 276 ] {7d9dbd37-81b5-412d-aa44-e6a718161647} TCPHandler: Processed in 0.001378499 sec. 2025.06.18 18:37:45.963917 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:45.964009 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:45.964065 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:45.964841 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:45.964877 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:45.965400 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:37:45.965626 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:45.965764 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} executeQuery: Read 17 rows, 31.19 KiB in 0.001773 sec., 9588.268471517202 rows/sec., 17.18 MiB/sec. 2025.06.18 18:37:45.965816 [ 276 ] {08cfecac-2566-4458-a4d8-85d9e384e778} TCPHandler: Processed in 0.001948527 sec. 2025.06.18 18:37:45.965929 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:45.966025 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:45.966066 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:45.966403 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:45.966438 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:45.966740 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:37:45.966953 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:45.967082 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.06.18 18:37:45.967117 [ 276 ] {5df82751-4d9a-4e1b-a717-187bedace113} TCPHandler: Processed in 0.001236958 sec. 2025.06.18 18:37:50.957848 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:50.958062 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:50.958139 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:50.958779 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:50.958828 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:50.959222 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.18 18:37:50.959444 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:50.959571 [ 36 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.18 18:37:50.959593 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} executeQuery: Read 100 rows, 8.53 KiB in 0.001585 sec., 63091.48264984227 rows/sec., 5.26 MiB/sec. 2025.06.18 18:37:50.959640 [ 36 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:50.959653 [ 276 ] {014deb70-f842-4bb3-9eb5-8b0b1731c622} TCPHandler: Processed in 0.001947707 sec. 2025.06.18 18:37:50.959669 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:50.959789 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:50.959797 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:37:50.959889 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:50.959937 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:50.959954 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:50.959996 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 820 rows starting from the beginning of the part 2025.06.18 18:37:50.960102 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 100 rows starting from the beginning of the part 2025.06.18 18:37:50.960161 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part 2025.06.18 18:37:50.960216 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 221 rows starting from the beginning of the part 2025.06.18 18:37:50.960265 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part 2025.06.18 18:37:50.960307 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 100 rows starting from the beginning of the part 2025.06.18 18:37:50.960348 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:50.960390 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:50.960726 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:37:50.960955 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:50.961097 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} executeQuery: Read 22 rows, 1.65 KiB in 0.001227 sec., 17929.91035044825 rows/sec., 1.32 MiB/sec. 2025.06.18 18:37:50.961135 [ 276 ] {a1b62691-c6e1-42b5-a4c3-59eb3d6b8898} TCPHandler: Processed in 0.001397219 sec. 2025.06.18 18:37:50.961254 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:50.961349 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:50.961388 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:50.961439 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1421 rows, containing 5 columns (5 merged, 0 gathered) in 0.001701304 sec., 835241.6734457804 rows/sec., 72.75 MiB/sec. 2025.06.18 18:37:50.961639 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.18 18:37:50.961811 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:50.961857 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:50.961885 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:50.961962 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_21_4} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.18 18:37:50.962032 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.06.18 18:37:50.962186 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.18 18:37:50.962410 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:50.962511 [ 36 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.18 18:37:50.962539 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} executeQuery: Read 86 rows, 6.88 KiB in 0.001208 sec., 71192.05298013244 rows/sec., 5.56 MiB/sec. 2025.06.18 18:37:50.962543 [ 36 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:50.962579 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:50.962585 [ 276 ] {8e3416f2-5940-4bd6-b1ae-a1bdf162fc32} TCPHandler: Processed in 0.001387269 sec. 2025.06.18 18:37:50.962676 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:37:50.962710 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:50.962812 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:50.962817 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:50.962861 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:50.962866 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 485 rows starting from the beginning of the part 2025.06.18 18:37:50.962941 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 86 rows starting from the beginning of the part 2025.06.18 18:37:50.962987 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 81 rows starting from the beginning of the part 2025.06.18 18:37:50.963027 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 124 rows starting from the beginning of the part 2025.06.18 18:37:50.963062 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 81 rows starting from the beginning of the part 2025.06.18 18:37:50.963101 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 86 rows starting from the beginning of the part 2025.06.18 18:37:50.963289 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:50.963330 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:50.963699 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.18 18:37:50.963920 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:50.964023 [ 36 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.18 18:37:50.964052 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} executeQuery: Read 160 rows, 11.41 KiB in 0.001258 sec., 127186.00953895072 rows/sec., 8.86 MiB/sec. 2025.06.18 18:37:50.964054 [ 36 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:50.964083 [ 200 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 943 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145556 sec., 647860.6172194894 rows/sec., 51.61 MiB/sec. 2025.06.18 18:37:50.964096 [ 276 ] {b66cae4b-172f-4a01-9e70-106eb34930ff} TCPHandler: Processed in 0.00143551 sec. 2025.06.18 18:37:50.964092 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:50.964185 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:37:50.964217 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:50.964276 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:50.964281 [ 197 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.18 18:37:50.964308 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2975 rows starting from the beginning of the part 2025.06.18 18:37:50.964319 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:50.964366 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:37:50.964383 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:50.964413 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.06.18 18:37:50.964454 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 197 rows starting from the beginning of the part 2025.06.18 18:37:50.964492 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2025.06.18 18:37:50.964529 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:37:50.964626 [ 197 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:50.964718 [ 197 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_21_4} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.18 18:37:50.964807 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.18 18:37:50.965177 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:50.965220 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:50.965756 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:37:50.965980 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:50.966116 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3812 rows, containing 5 columns (5 merged, 0 gathered) in 0.001960388 sec., 1944513.0249726074 rows/sec., 136.68 MiB/sec. 2025.06.18 18:37:50.966119 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} executeQuery: Read 22 rows, 40.37 KiB in 0.001818 sec., 12101.210121012102 rows/sec., 21.68 MiB/sec. 2025.06.18 18:37:50.966198 [ 276 ] {0851854d-697f-4877-8770-252621888fdc} TCPHandler: Processed in 0.002032158 sec. 2025.06.18 18:37:50.966324 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:50.966418 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:50.966461 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:50.966589 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.18 18:37:50.966898 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:50.966921 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:50.966941 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:50.967017 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_21_4} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.18 18:37:50.967123 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2025.06.18 18:37:50.967263 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.18 18:37:50.967481 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:50.967604 [ 36 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.18 18:37:50.967616 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} executeQuery: Read 60 rows, 4.14 KiB in 0.001217 sec., 49301.561216105176 rows/sec., 3.32 MiB/sec. 2025.06.18 18:37:50.967655 [ 36 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:50.967686 [ 276 ] {859b46e3-9834-41b0-8761-292ecdd354ac} TCPHandler: Processed in 0.001412459 sec. 2025.06.18 18:37:50.967691 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:50.967794 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:37:50.967909 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:50.967942 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 992 rows starting from the beginning of the part 2025.06.18 18:37:50.968004 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:37:50.968052 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:50.968096 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:37:50.968135 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2025.06.18 18:37:50.968173 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:37:50.969031 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1292 rows, containing 4 columns (4 merged, 0 gathered) in 0.001274958 sec., 1013366.7148251157 rows/sec., 67.79 MiB/sec. 2025.06.18 18:37:50.969263 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.18 18:37:50.969526 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:50.969598 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_21_4} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.18 18:37:50.969673 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.06.18 18:37:51.557949 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 2025.06.18 18:37:51.558694 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:51.558758 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:51.559500 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:37:51.559725 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:37:51.559853 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 2025.06.18 18:37:51.995484 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.06.18 18:37:52.010634 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:52.010682 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:52.016003 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:37:52.016699 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:37:52.019257 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.06.18 18:37:54.074294 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 454 2025.06.18 18:37:54.076388 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:54.076432 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:54.077539 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:37:54.077792 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:37:54.078049 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 454 2025.06.18 18:37:55.956869 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:55.957074 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:37:55.957150 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:37:55.957819 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:55.957863 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:55.958249 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:37:55.958473 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:37:55.958636 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} executeQuery: Read 4 rows, 334.00 B in 0.001616 sec., 2475.2475247524753 rows/sec., 201.84 KiB/sec. 2025.06.18 18:37:55.958686 [ 276 ] {7620ca62-59cd-450d-972f-a1d453fe4d69} TCPHandler: Processed in 0.001961567 sec. 2025.06.18 18:37:55.958806 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:55.958911 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:37:55.958954 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:37:55.959400 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:55.959436 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:55.959750 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.18 18:37:55.959962 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:37:55.960094 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} executeQuery: Read 92 rows, 7.85 KiB in 0.001207 sec., 76222.03811101906 rows/sec., 6.35 MiB/sec. 2025.06.18 18:37:55.960132 [ 276 ] {92bc49e5-5d94-4969-b497-b4ba2a1ecb6e} TCPHandler: Processed in 0.001378659 sec. 2025.06.18 18:37:55.960252 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:55.960352 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:37:55.960394 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:37:55.960793 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:55.960825 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:55.961112 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:37:55.961304 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:37:55.961505 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} executeQuery: Read 21 rows, 1.56 KiB in 0.001173 sec., 17902.813299232737 rows/sec., 1.30 MiB/sec. 2025.06.18 18:37:55.961542 [ 276 ] {6c6d9157-a373-4e55-aa5d-b2773f756d88} TCPHandler: Processed in 0.001339228 sec. 2025.06.18 18:37:55.961659 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:55.961756 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:37:55.961798 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:37:55.962211 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:55.962246 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:55.962552 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.18 18:37:55.962758 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:37:55.962886 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} executeQuery: Read 85 rows, 6.80 KiB in 0.001149 sec., 73977.37162750217 rows/sec., 5.78 MiB/sec. 2025.06.18 18:37:55.962926 [ 276 ] {13c3891f-ca66-4543-a3c9-2be102d58838} TCPHandler: Processed in 0.001315498 sec. 2025.06.18 18:37:55.963043 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:55.963138 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:55.963182 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:37:55.963591 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:55.963628 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:55.963958 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.18 18:37:55.964171 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:37:55.964303 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} executeQuery: Read 162 rows, 11.55 KiB in 0.001184 sec., 136824.32432432432 rows/sec., 9.53 MiB/sec. 2025.06.18 18:37:55.964340 [ 276 ] {9373e29e-1794-443b-8dc3-3577248e8cc9} TCPHandler: Processed in 0.001346609 sec. 2025.06.18 18:37:55.964458 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:55.964553 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:37:55.964608 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:37:55.965372 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:55.965409 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:55.965932 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:37:55.966167 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:55.966282 [ 54 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.18 18:37:55.966307 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} executeQuery: Read 17 rows, 31.19 KiB in 0.001772 sec., 9593.679458239278 rows/sec., 17.19 MiB/sec. 2025.06.18 18:37:55.966355 [ 54 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:55.966380 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:55.966388 [ 276 ] {12a9dc84-1f2d-4070-a297-2672f38a4efd} TCPHandler: Processed in 0.001979207 sec. 2025.06.18 18:37:55.966478 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:37:55.966517 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:37:55.966613 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:37:55.966653 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:37:55.966689 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:37:55.966748 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 183 rows starting from the beginning of the part 2025.06.18 18:37:55.966864 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 17 rows starting from the beginning of the part 2025.06.18 18:37:55.966967 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part 2025.06.18 18:37:55.967000 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:55.967039 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:55.967072 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 17 rows starting from the beginning of the part 2025.06.18 18:37:55.967172 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 22 rows starting from the beginning of the part 2025.06.18 18:37:55.967270 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 17 rows starting from the beginning of the part 2025.06.18 18:37:55.967344 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.18 18:37:55.967636 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:37:55.967777 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} executeQuery: Read 60 rows, 4.14 KiB in 0.00117 sec., 51282.05128205128 rows/sec., 3.46 MiB/sec. 2025.06.18 18:37:55.967815 [ 276 ] {cbd95baa-fce6-4ffb-b334-a5302e1de56b} TCPHandler: Processed in 0.001340589 sec. 2025.06.18 18:37:55.970670 [ 201 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 19 columns (19 merged, 0 gathered) in 0.004226948 sec., 65768.49301197933 rows/sec., 117.85 MiB/sec. 2025.06.18 18:37:55.971577 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.18 18:37:55.971937 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:37:55.972003 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_16_3} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.18 18:37:55.972113 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. 2025.06.18 18:37:59.051190 [ 7 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:37:59.051240 [ 7 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:37:59.060359 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 2025.06.18 18:37:59.060823 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:59.060859 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:59.061393 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:37:59.061630 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:37:59.061774 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 2025.06.18 18:37:59.519771 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.06.18 18:37:59.535608 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:37:59.535658 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:37:59.541282 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:37:59.542005 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:37:59.544696 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.06.18 18:38:00.958419 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:00.958613 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:00.958680 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:00.959358 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:00.959406 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:00.959805 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.18 18:38:00.960029 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:00.960177 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} executeQuery: Read 102 rows, 8.72 KiB in 0.001613 sec., 63236.20582765034 rows/sec., 5.28 MiB/sec. 2025.06.18 18:38:00.960220 [ 276 ] {153f857a-2e87-4014-ac20-59241ba07de4} TCPHandler: Processed in 0.001939127 sec. 2025.06.18 18:38:00.960344 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:00.960441 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:00.960482 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:00.960887 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:00.960924 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:00.961227 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:38:00.961443 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:00.961571 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} executeQuery: Read 23 rows, 1.73 KiB in 0.001151 sec., 19982.623805386622 rows/sec., 1.47 MiB/sec. 2025.06.18 18:38:00.961610 [ 276 ] {b173b3c5-0d91-4ca8-891f-05b356841454} TCPHandler: Processed in 0.001317068 sec. 2025.06.18 18:38:00.961721 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:00.961816 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:00.961856 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:00.962281 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:00.962317 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:00.962621 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.18 18:38:00.962831 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:00.962965 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} executeQuery: Read 87 rows, 6.96 KiB in 0.001167 sec., 74550.12853470436 rows/sec., 5.82 MiB/sec. 2025.06.18 18:38:00.963003 [ 276 ] {58a12b16-9d14-4b89-9443-4373980861e9} TCPHandler: Processed in 0.001331328 sec. 2025.06.18 18:38:00.963116 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:00.963209 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:00.963252 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:00.963678 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:00.963714 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:00.964052 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.18 18:38:00.964272 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:00.964401 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.06.18 18:38:00.964438 [ 276 ] {2b051438-b637-49d3-aa56-a7ee7a7f4bf6} TCPHandler: Processed in 0.001370639 sec. 2025.06.18 18:38:00.964551 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:00.964654 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:00.964709 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:00.965499 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:00.965543 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:00.966148 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:38:00.966377 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:00.966512 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} executeQuery: Read 23 rows, 42.20 KiB in 0.001886 sec., 12195.121951219511 rows/sec., 21.85 MiB/sec. 2025.06.18 18:38:00.966565 [ 276 ] {dc4e1818-a586-48c5-9970-dbf66265a68e} TCPHandler: Processed in 0.002063198 sec. 2025.06.18 18:38:00.966699 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:00.966794 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:00.966836 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:00.967175 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:00.967209 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:00.967510 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.18 18:38:00.967718 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:00.967845 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.06.18 18:38:00.967882 [ 276 ] {03bf233e-1993-42bf-86c5-9440316d21dc} TCPHandler: Processed in 0.001237617 sec. 2025.06.18 18:38:04.078592 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 480 2025.06.18 18:38:04.080985 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:04.081025 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:04.082173 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:38:04.082427 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:38:04.082667 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 480 2025.06.18 18:38:05.957467 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:05.957662 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:05.957731 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:05.958373 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:05.958419 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:05.958819 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.18 18:38:05.959040 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:05.959193 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} executeQuery: Read 90 rows, 7.71 KiB in 0.001582 sec., 56890.01264222503 rows/sec., 4.76 MiB/sec. 2025.06.18 18:38:05.959235 [ 276 ] {3572e74d-b111-43e0-b4ec-fb0a5abe38c6} TCPHandler: Processed in 0.001903046 sec. 2025.06.18 18:38:05.959361 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:05.959464 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:05.959506 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:05.959911 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:05.959948 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:05.960248 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:38:05.960454 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:05.960583 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} executeQuery: Read 17 rows, 1.28 KiB in 0.001138 sec., 14938.488576449914 rows/sec., 1.10 MiB/sec. 2025.06.18 18:38:05.960620 [ 276 ] {34563253-cab8-467f-a7eb-bebc93d581e8} TCPHandler: Processed in 0.001310138 sec. 2025.06.18 18:38:05.960730 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:05.960823 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:05.960862 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:05.961275 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:05.961313 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:05.961606 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.18 18:38:05.961828 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:05.961956 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} executeQuery: Read 81 rows, 6.48 KiB in 0.001151 sec., 70373.58818418767 rows/sec., 5.50 MiB/sec. 2025.06.18 18:38:05.961994 [ 276 ] {944edc62-9388-428b-b20c-7493663cf6e1} TCPHandler: Processed in 0.001313728 sec. 2025.06.18 18:38:05.962106 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:05.962200 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:05.962243 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:05.962638 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:05.962675 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:05.963009 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.18 18:38:05.963213 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:05.963341 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2025.06.18 18:38:05.963377 [ 276 ] {245d9bad-d062-4801-b861-e5ba5fd8a16c} TCPHandler: Processed in 0.001321348 sec. 2025.06.18 18:38:05.963483 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:05.963576 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:05.963631 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:05.964373 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:05.964409 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:05.964927 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:38:05.965140 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:05.965277 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} executeQuery: Read 17 rows, 31.19 KiB in 0.001719 sec., 9889.470622454915 rows/sec., 17.72 MiB/sec. 2025.06.18 18:38:05.965329 [ 276 ] {fc7c9513-52f9-495b-9578-bb3f0fcfeebc} TCPHandler: Processed in 0.001895406 sec. 2025.06.18 18:38:05.965474 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:05.965593 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:05.965645 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:05.966036 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:05.966074 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:05.966397 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.18 18:38:05.966606 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:05.966736 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} executeQuery: Read 60 rows, 4.14 KiB in 0.001168 sec., 51369.86301369863 rows/sec., 3.46 MiB/sec. 2025.06.18 18:38:05.966774 [ 276 ] {00af7846-41a7-4178-bb17-f5c0fbda855f} TCPHandler: Processed in 0.001361259 sec. 2025.06.18 18:38:06.562816 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 2025.06.18 18:38:06.563303 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:06.563342 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:06.563812 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:38:06.564048 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:38:06.564185 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 2025.06.18 18:38:07.045728 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.06.18 18:38:07.063376 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:07.063438 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:07.069536 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:38:07.070271 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:38:07.073212 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.06.18 18:38:10.960196 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:10.960397 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:38:10.960468 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:38:10.961116 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:10.961164 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:10.961578 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:38:10.961814 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:38:10.961970 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} executeQuery: Read 24 rows, 2.04 KiB in 0.001622 sec., 14796.547472256474 rows/sec., 1.23 MiB/sec. 2025.06.18 18:38:10.962019 [ 276 ] {2846c8e2-8b2b-4e8e-afb7-3621187f06ba} TCPHandler: Processed in 0.001967678 sec. 2025.06.18 18:38:10.962146 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:10.962253 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:38:10.962299 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:38:10.962724 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:10.962762 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:10.963098 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:38:10.963318 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:38:10.963455 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} executeQuery: Read 8 rows, 668.00 B in 0.001227 sec., 6519.967400162999 rows/sec., 531.66 KiB/sec. 2025.06.18 18:38:10.963495 [ 276 ] {337e2d74-4106-475b-a50b-63115f35d26c} TCPHandler: Processed in 0.001400839 sec. 2025.06.18 18:38:10.963600 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:10.963697 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:10.963740 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:10.964226 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:10.964263 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:10.964604 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.18 18:38:10.964824 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:10.964957 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} executeQuery: Read 226 rows, 20.48 KiB in 0.00128 sec., 176562.5 rows/sec., 15.62 MiB/sec. 2025.06.18 18:38:10.964995 [ 276 ] {0ff304ab-3be0-403c-a279-d7ca7ccc90d6} TCPHandler: Processed in 0.001444811 sec. 2025.06.18 18:38:10.965107 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:10.965201 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:10.965243 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:10.965642 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:10.965679 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:10.965975 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.18 18:38:10.966184 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:10.966308 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} executeQuery: Read 43 rows, 3.25 KiB in 0.001124 sec., 38256.22775800712 rows/sec., 2.82 MiB/sec. 2025.06.18 18:38:10.966306 [ 92 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.18 18:38:10.966346 [ 276 ] {c2535b66-fd02-4711-aa87-2ead4381c82f} TCPHandler: Processed in 0.001288118 sec. 2025.06.18 18:38:10.966387 [ 92 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:10.966414 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:10.966474 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:10.966516 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:38:10.966573 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:38:10.966620 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:38:10.966643 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:10.966682 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 169 rows starting from the beginning of the part 2025.06.18 18:38:10.966752 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 22 rows starting from the beginning of the part 2025.06.18 18:38:10.966798 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 21 rows starting from the beginning of the part 2025.06.18 18:38:10.966850 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part 2025.06.18 18:38:10.966907 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 17 rows starting from the beginning of the part 2025.06.18 18:38:10.966959 [ 199 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 43 rows starting from the beginning of the part 2025.06.18 18:38:10.967035 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:10.967078 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:10.967505 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:38:10.967756 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:38:10.967921 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} executeQuery: Read 24 rows, 2.04 KiB in 0.001364 sec., 17595.307917888564 rows/sec., 1.46 MiB/sec. 2025.06.18 18:38:10.967933 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145445 sec., 202825.8104438104 rows/sec., 14.60 MiB/sec. 2025.06.18 18:38:10.967973 [ 276 ] {5ae593a3-07f5-4854-940f-d141d9680318} TCPHandler: Processed in 0.001549361 sec. 2025.06.18 18:38:10.968136 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:10.968173 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.18 18:38:10.968259 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:38:10.968310 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:38:10.968512 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:10.968600 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_21_4} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.18 18:38:10.968702 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:38:10.968727 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:10.968771 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:10.969087 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:38:10.969315 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:38:10.969444 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} executeQuery: Read 12 rows, 960.00 B in 0.001218 sec., 9852.216748768473 rows/sec., 769.70 KiB/sec. 2025.06.18 18:38:10.969486 [ 276 ] {e440665b-b9f6-4c5a-906e-ea04aeab57be} TCPHandler: Processed in 0.001408679 sec. 2025.06.18 18:38:10.969600 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:10.969695 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:10.969737 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:10.970214 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:10.970251 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:10.970578 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.18 18:38:10.970797 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:10.970932 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} executeQuery: Read 131 rows, 10.87 KiB in 0.001256 sec., 104299.36305732484 rows/sec., 8.45 MiB/sec. 2025.06.18 18:38:10.970972 [ 276 ] {fb8244b1-45fc-46b6-bc28-9efeee909862} TCPHandler: Processed in 0.00142133 sec. 2025.06.18 18:38:10.971083 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:10.971177 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:10.971223 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:10.971635 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:10.971673 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:10.972004 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.18 18:38:10.972232 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:10.972368 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} executeQuery: Read 200 rows, 14.68 KiB in 0.00121 sec., 165289.2561983471 rows/sec., 11.85 MiB/sec. 2025.06.18 18:38:10.972407 [ 276 ] {3b1ef83b-9370-42ab-b7df-9e640e36d7a5} TCPHandler: Processed in 0.001374519 sec. 2025.06.18 18:38:10.972525 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:10.972619 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:10.972676 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:10.973412 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:10.973446 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:10.974033 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:38:10.974264 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:10.974407 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} executeQuery: Read 23 rows, 42.20 KiB in 0.001804 sec., 12749.445676274945 rows/sec., 22.85 MiB/sec. 2025.06.18 18:38:10.974470 [ 276 ] {4749688b-25e5-4fed-9639-5bb5760bc80d} TCPHandler: Processed in 0.001993127 sec. 2025.06.18 18:38:10.974586 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:10.974680 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:10.974722 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:10.975057 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:10.975094 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:10.975401 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.18 18:38:10.975614 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:10.975747 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.06.18 18:38:10.975784 [ 276 ] {2792416e-456b-4827-94cd-45561495efe6} TCPHandler: Processed in 0.001247597 sec. 2025.06.18 18:38:14.051315 [ 64 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:38:14.051412 [ 64 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:38:14.064452 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 2025.06.18 18:38:14.064955 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:14.065002 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:14.065481 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:38:14.065723 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:38:14.065874 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 2025.06.18 18:38:14.083001 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 512 2025.06.18 18:38:14.085307 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:14.085354 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:14.086513 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:38:14.086783 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:38:14.087027 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 512 2025.06.18 18:38:14.573479 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.06.18 18:38:14.592151 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:14.592208 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:14.598485 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:38:14.599215 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:38:14.602735 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.06.18 18:38:15.958592 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:15.958802 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:15.958877 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:15.959580 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:15.959622 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:15.960018 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.18 18:38:15.960245 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:15.960368 [ 77 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.18 18:38:15.960400 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} executeQuery: Read 90 rows, 7.71 KiB in 0.00165 sec., 54545.454545454544 rows/sec., 4.56 MiB/sec. 2025.06.18 18:38:15.960405 [ 77 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:15.960432 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:15.960451 [ 276 ] {c487ee98-c49a-477a-a954-51fd2c2deda7} TCPHandler: Processed in 0.001998607 sec. 2025.06.18 18:38:15.960548 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:38:15.960581 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:15.960691 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:15.960694 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:15.960740 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:15.960746 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 821 rows starting from the beginning of the part 2025.06.18 18:38:15.960824 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 92 rows starting from the beginning of the part 2025.06.18 18:38:15.960869 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 102 rows starting from the beginning of the part 2025.06.18 18:38:15.960913 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 90 rows starting from the beginning of the part 2025.06.18 18:38:15.960954 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 226 rows starting from the beginning of the part 2025.06.18 18:38:15.960996 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 90 rows starting from the beginning of the part 2025.06.18 18:38:15.961172 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:15.961214 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:15.961544 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.18 18:38:15.961787 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:15.961924 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} executeQuery: Read 17 rows, 1.28 KiB in 0.001256 sec., 13535.031847133758 rows/sec., 1017.77 KiB/sec. 2025.06.18 18:38:15.961962 [ 276 ] {51bd75b6-1c11-470b-9b69-6e78bb1ef723} TCPHandler: Processed in 0.00143326 sec. 2025.06.18 18:38:15.962074 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:15.962168 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:15.962182 [ 189 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1421 rows, containing 5 columns (5 merged, 0 gathered) in 0.001691203 sec., 840230.2976047228 rows/sec., 73.18 MiB/sec. 2025.06.18 18:38:15.962209 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:15.962447 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.18 18:38:15.962638 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:15.962680 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:15.962813 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:15.962924 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_26_5} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.18 18:38:15.963020 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.18 18:38:15.963028 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.18 18:38:15.963245 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:15.963381 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} executeQuery: Read 81 rows, 6.48 KiB in 0.001231 sec., 65800.16246953695 rows/sec., 5.14 MiB/sec. 2025.06.18 18:38:15.963385 [ 78 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.18 18:38:15.963422 [ 276 ] {2f8d1914-cf45-450b-a17c-b21dc583f3e7} TCPHandler: Processed in 0.001397479 sec. 2025.06.18 18:38:15.963481 [ 78 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:15.963510 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:15.963580 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:15.963595 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:38:15.963688 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:15.963715 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:15.963736 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:15.963748 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 487 rows starting from the beginning of the part 2025.06.18 18:38:15.963811 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 85 rows starting from the beginning of the part 2025.06.18 18:38:15.963854 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 87 rows starting from the beginning of the part 2025.06.18 18:38:15.963893 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 81 rows starting from the beginning of the part 2025.06.18 18:38:15.963930 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 131 rows starting from the beginning of the part 2025.06.18 18:38:15.963972 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 81 rows starting from the beginning of the part 2025.06.18 18:38:15.964162 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:15.964206 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:15.964560 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.18 18:38:15.964790 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:15.964902 [ 78 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.18 18:38:15.964924 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2025.06.18 18:38:15.964932 [ 78 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:15.964930 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 5 columns (5 merged, 0 gathered) in 0.001374959 sec., 692384.2820040452 rows/sec., 55.18 MiB/sec. 2025.06.18 18:38:15.964966 [ 276 ] {1de829da-6b77-4803-b347-7d85ebd441a5} TCPHandler: Processed in 0.00144068 sec. 2025.06.18 18:38:15.964961 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:15.965094 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:38:15.965108 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:15.965128 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.18 18:38:15.965205 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:15.965209 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:15.965236 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3812 rows starting from the beginning of the part 2025.06.18 18:38:15.965272 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:15.965302 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 162 rows starting from the beginning of the part 2025.06.18 18:38:15.965351 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:38:15.965392 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2025.06.18 18:38:15.965399 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:15.965437 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 200 rows starting from the beginning of the part 2025.06.18 18:38:15.965471 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_26_5} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.18 18:38:15.965503 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2025.06.18 18:38:15.965542 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.18 18:38:15.966096 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:15.966138 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:15.966693 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:38:15.966947 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:15.967095 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} executeQuery: Read 17 rows, 31.19 KiB in 0.001881 sec., 9037.745879851143 rows/sec., 16.20 MiB/sec. 2025.06.18 18:38:15.967167 [ 276 ] {08120eea-cf2f-41c3-bc01-d8fbd334ffe4} TCPHandler: Processed in 0.002091309 sec. 2025.06.18 18:38:15.967170 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4654 rows, containing 5 columns (5 merged, 0 gathered) in 0.002102189 sec., 2213882.7669633892 rows/sec., 155.55 MiB/sec. 2025.06.18 18:38:15.967286 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:15.967385 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:15.967427 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:15.967577 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.18 18:38:15.967766 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:15.967808 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:15.967825 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:15.967900 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_26_5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.18 18:38:15.967969 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2025.06.18 18:38:15.968147 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.18 18:38:15.968366 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:15.968475 [ 78 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.18 18:38:15.968499 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2025.06.18 18:38:15.968514 [ 78 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:15.968541 [ 276 ] {e8be726f-a404-4a79-be22-4f72db5b0970} TCPHandler: Processed in 0.001304128 sec. 2025.06.18 18:38:15.968541 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:15.968628 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:38:15.968717 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:15.968741 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1292 rows starting from the beginning of the part 2025.06.18 18:38:15.968785 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2025.06.18 18:38:15.968819 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:38:15.968851 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2025.06.18 18:38:15.968884 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:38:15.968917 [ 198 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2025.06.18 18:38:15.969793 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1592 rows, containing 4 columns (4 merged, 0 gathered) in 0.001193686 sec., 1333684.067669387 rows/sec., 89.35 MiB/sec. 2025.06.18 18:38:15.970041 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.18 18:38:15.970335 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:15.970412 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_26_5} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.18 18:38:15.970511 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.06.18 18:38:20.957765 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:20.957959 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:20.958026 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:20.958720 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:20.958764 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:20.959177 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.18 18:38:20.959414 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:20.959580 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} executeQuery: Read 102 rows, 8.72 KiB in 0.001669 sec., 61114.43978430198 rows/sec., 5.10 MiB/sec. 2025.06.18 18:38:20.959643 [ 276 ] {899ba136-cc3d-4031-aefa-3e8fdc0431c4} TCPHandler: Processed in 0.002010018 sec. 2025.06.18 18:38:20.959774 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:20.959878 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:20.959926 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:20.960357 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:20.960392 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:20.960713 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.18 18:38:20.960930 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:20.961060 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} executeQuery: Read 23 rows, 1.73 KiB in 0.001206 sec., 19071.310116086235 rows/sec., 1.40 MiB/sec. 2025.06.18 18:38:20.961099 [ 276 ] {d8d6ff45-17e0-49c5-ba07-77212ddc625b} TCPHandler: Processed in 0.001377459 sec. 2025.06.18 18:38:20.961210 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:20.961310 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:20.961351 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:20.961779 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:20.961813 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:20.962130 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.18 18:38:20.962349 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:20.962476 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} executeQuery: Read 87 rows, 6.96 KiB in 0.001188 sec., 73232.32323232324 rows/sec., 5.72 MiB/sec. 2025.06.18 18:38:20.962513 [ 276 ] {e6a4a547-f05a-4f70-9a6a-f044140188fd} TCPHandler: Processed in 0.001353118 sec. 2025.06.18 18:38:20.962635 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:20.962729 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:20.962774 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:20.963198 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:20.963232 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:20.963565 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.18 18:38:20.963781 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:20.963911 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2025.06.18 18:38:20.963951 [ 276 ] {2da46424-cd22-49d8-9a8d-e4035339fb2f} TCPHandler: Processed in 0.001366149 sec. 2025.06.18 18:38:20.964072 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:20.964167 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:20.964222 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:20.965049 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:20.965087 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:20.965734 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.18 18:38:20.965974 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:20.966096 [ 112 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.18 18:38:20.966120 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} executeQuery: Read 23 rows, 42.20 KiB in 0.001971 sec., 11669.203450025367 rows/sec., 20.91 MiB/sec. 2025.06.18 18:38:20.966169 [ 112 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:20.966195 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:20.966220 [ 276 ] {ee2408c5-cd84-452d-83e3-2e8b13d22708} TCPHandler: Processed in 0.00219683 sec. 2025.06.18 18:38:20.966302 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:38:20.966349 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:20.966450 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:20.966493 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:20.966563 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:20.966631 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 278 rows starting from the beginning of the part 2025.06.18 18:38:20.966760 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part 2025.06.18 18:38:20.966849 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:20.966864 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 17 rows starting from the beginning of the part 2025.06.18 18:38:20.966893 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:20.966978 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part 2025.06.18 18:38:20.967080 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 17 rows starting from the beginning of the part 2025.06.18 18:38:20.967187 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part 2025.06.18 18:38:20.967229 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.18 18:38:20.967458 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:20.967603 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. 2025.06.18 18:38:20.967643 [ 276 ] {2abb468f-6bf2-4547-9868-4db290ae57d6} TCPHandler: Processed in 0.001345388 sec. 2025.06.18 18:38:20.970476 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 381 rows, containing 19 columns (19 merged, 0 gathered) in 0.004220178 sec., 90280.5521473265 rows/sec., 161.78 MiB/sec. 2025.06.18 18:38:20.971118 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.18 18:38:20.971467 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:20.971545 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_21_4} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.18 18:38:20.971664 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. 2025.06.18 18:38:21.566000 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 2025.06.18 18:38:21.566474 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:21.566517 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:21.567016 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.18 18:38:21.567247 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:38:21.567380 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 2025.06.18 18:38:21.567393 [ 112 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.18 18:38:21.567464 [ 112 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:21.567489 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:21.567596 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:21.567728 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:21.567768 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:21.567836 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:21.567885 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:21.567930 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:21.567970 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:21.568024 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:21.570269 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002721278 sec., 3541718.2661969853 rows/sec., 50.66 MiB/sec. 2025.06.18 18:38:21.570494 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.18 18:38:21.570773 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_21_4} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:38:21.570852 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_21_4} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.18 18:38:21.570933 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.06.18 18:38:21.934793 [ 112 ] {} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.18 18:38:21.934855 [ 112 ] {} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:21.934876 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:21.934997 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::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.18 18:38:21.935139 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:21.935173 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part 2025.06.18 18:38:21.935267 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part 2025.06.18 18:38:21.935319 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.06.18 18:38:21.935363 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.06.18 18:38:21.935407 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.06.18 18:38:21.936391 [ 188 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145147 sec., 205309.10042922004 rows/sec., 14.98 MiB/sec. 2025.06.18 18:38:21.936575 [ 192 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.18 18:38:21.936890 [ 192 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:38:21.936970 [ 192 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_5_1} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.18 18:38:21.937075 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.18 18:38:22.026381 [ 111 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.18 18:38:22.026453 [ 111 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:22.026478 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:22.026584 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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.18 18:38:22.026720 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:22.026756 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.06.18 18:38:22.026833 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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.18 18:38:22.026883 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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.18 18:38:22.026935 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2025.06.18 18:38:22.026982 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2025.06.18 18:38:22.027877 [ 200 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334968 sec., 17977.959022238734 rows/sec., 1.50 MiB/sec. 2025.06.18 18:38:22.028037 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.18 18:38:22.028305 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:38:22.028374 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_5_1} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.18 18:38:22.028444 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.18 18:38:22.102829 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.06.18 18:38:22.120342 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:22.120392 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:22.126033 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.18 18:38:22.126733 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:38:22.127022 [ 111 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.18 18:38:22.127060 [ 111 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:22.127077 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:22.127171 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:22.129623 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.06.18 18:38:22.130027 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:22.130724 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:22.133929 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2025.06.18 18:38:22.137054 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2025.06.18 18:38:22.140687 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:22.144926 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:22.149129 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:22.199327 [ 197 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.072187835 sec., 2202.5871810672807 rows/sec., 11.39 MiB/sec. 2025.06.18 18:38:22.202065 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.18 18:38:22.204298 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:38:22.204411 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_21_4} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.18 18:38:22.206744 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.06.18 18:38:22.430853 [ 111 ] {} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.18 18:38:22.430947 [ 111 ] {} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:22.430984 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:22.431169 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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.18 18:38:22.431381 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:22.431436 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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.18 18:38:22.431545 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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.18 18:38:22.431629 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.06.18 18:38:22.431711 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.06.18 18:38:22.431789 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.06.18 18:38:22.432733 [ 199 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001642053 sec., 302060.89572017465 rows/sec., 21.21 MiB/sec. 2025.06.18 18:38:22.432894 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.18 18:38:22.433148 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:38:22.433215 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_5_1} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.18 18:38:22.433278 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.18 18:38:23.001260 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 215.03 MiB, peak 225.54 MiB, free memory in arenas 0.00 B, will set to 219.91 MiB (RSS), difference: 4.89 MiB 2025.06.18 18:38:23.018245 [ 110 ] {} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.18 18:38:23.018301 [ 110 ] {} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:23.018321 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:23.018419 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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.18 18:38:23.018533 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:23.018566 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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.18 18:38:23.018631 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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.18 18:38:23.018674 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2025.06.18 18:38:23.018713 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.06.18 18:38:23.018751 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2025.06.18 18:38:23.019552 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.001173906 sec., 221482.81037834377 rows/sec., 14.05 MiB/sec. 2025.06.18 18:38:23.019729 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.18 18:38:23.019995 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:38:23.020064 [ 193 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_5_1} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.18 18:38:23.020132 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.18 18:38:24.087197 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 536 2025.06.18 18:38:24.089255 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:24.089301 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:24.090434 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:38:24.090696 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:38:24.090939 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 536 2025.06.18 18:38:25.959689 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:25.959891 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:38:25.959962 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:38:25.960602 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:25.960651 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:25.961049 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:38:25.961290 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:38:25.961456 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} executeQuery: Read 2 rows, 167.00 B in 0.001615 sec., 1238.390092879257 rows/sec., 100.98 KiB/sec. 2025.06.18 18:38:25.961511 [ 276 ] {3bb4ab4f-8ddd-4dfe-a343-be5f4114836b} TCPHandler: Processed in 0.001957747 sec. 2025.06.18 18:38:25.961643 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:25.961749 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:25.961797 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:25.962292 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:25.962333 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:25.962672 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.18 18:38:25.962894 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:25.963034 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} executeQuery: Read 91 rows, 7.78 KiB in 0.001309 sec., 69518.71657754011 rows/sec., 5.80 MiB/sec. 2025.06.18 18:38:25.963075 [ 276 ] {30c591f1-c29e-477a-8b3f-bae1f926eff6} TCPHandler: Processed in 0.00148353 sec. 2025.06.18 18:38:25.963195 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:25.963296 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:25.963341 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:25.963758 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:25.963795 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:25.964104 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.18 18:38:25.964338 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:25.964472 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} executeQuery: Read 19 rows, 1.42 KiB in 0.001198 sec., 15859.766277128547 rows/sec., 1.16 MiB/sec. 2025.06.18 18:38:25.964513 [ 276 ] {06b646ca-9ea3-4fde-9591-b6b18ab1eb78} TCPHandler: Processed in 0.001368159 sec. 2025.06.18 18:38:25.964624 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:25.964731 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:25.964776 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:25.965229 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:25.965269 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:25.965617 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.18 18:38:25.965862 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:25.966000 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} executeQuery: Read 83 rows, 6.64 KiB in 0.001291 sec., 64291.24709527498 rows/sec., 5.02 MiB/sec. 2025.06.18 18:38:25.966040 [ 276 ] {4f287883-b372-44d0-ab9e-973b3e5d70f8} TCPHandler: Processed in 0.00146756 sec. 2025.06.18 18:38:25.966163 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:25.966261 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:25.966306 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:25.966729 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:25.966767 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:25.967110 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.18 18:38:25.967331 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:25.967465 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} executeQuery: Read 161 rows, 11.48 KiB in 0.001224 sec., 131535.9477124183 rows/sec., 9.16 MiB/sec. 2025.06.18 18:38:25.967504 [ 276 ] {3007c792-9d16-4261-ae34-2dd3588a8ddb} TCPHandler: Processed in 0.001391329 sec. 2025.06.18 18:38:25.967617 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:25.967714 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:25.967773 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:25.968577 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:25.968616 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:25.969149 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.18 18:38:25.969398 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:25.969545 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} executeQuery: Read 17 rows, 31.19 KiB in 0.00185 sec., 9189.189189189188 rows/sec., 16.47 MiB/sec. 2025.06.18 18:38:25.969621 [ 276 ] {9460fd2e-df9d-441a-b9af-76b5f59d0569} TCPHandler: Processed in 0.002052578 sec. 2025.06.18 18:38:25.969737 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:25.969836 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:25.969880 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:25.970228 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:25.970268 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:25.970588 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.18 18:38:25.970812 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:25.970952 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. 2025.06.18 18:38:25.970990 [ 276 ] {8351aad6-5987-4d01-b8bf-75149e6937aa} TCPHandler: Processed in 0.001303588 sec. 2025.06.18 18:38:29.051471 [ 98 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:38:29.051519 [ 98 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:38:29.067519 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 2025.06.18 18:38:29.068061 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:29.068103 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:29.068737 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.18 18:38:29.068975 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:38:29.069107 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 2025.06.18 18:38:29.629770 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.06.18 18:38:29.645299 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:29.645366 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. 2025.06.18 18:38:29.651874 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.18 18:38:29.652594 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:38:29.655364 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.06.18 18:38:30.958534 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:30.958753 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:30.958831 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:30.959585 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:30.959642 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:30.960087 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.18 18:38:30.960332 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:30.960496 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} executeQuery: Read 102 rows, 8.72 KiB in 0.001798 sec., 56729.699666295885 rows/sec., 4.74 MiB/sec. 2025.06.18 18:38:30.960554 [ 276 ] {7f7cd514-bbc2-4f1e-b24e-35f557705cbc} TCPHandler: Processed in 0.00215974 sec. 2025.06.18 18:38:30.960687 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:30.960806 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:30.960855 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:30.961299 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:30.961337 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:30.961697 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.18 18:38:30.961969 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:30.962130 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} executeQuery: Read 23 rows, 1.73 KiB in 0.001353 sec., 16999.260901699927 rows/sec., 1.25 MiB/sec. 2025.06.18 18:38:30.962175 [ 276 ] {a1bf941d-35fe-41ad-b8b6-0377e9db8163} TCPHandler: Processed in 0.001540381 sec. 2025.06.18 18:38:30.962301 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:30.962411 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:30.962458 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:30.962946 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:30.962990 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:30.963335 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.18 18:38:30.963553 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:30.963686 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} executeQuery: Read 87 rows, 6.96 KiB in 0.001301 sec., 66871.63720215218 rows/sec., 5.22 MiB/sec. 2025.06.18 18:38:30.963724 [ 276 ] {e4fcbe56-5a53-4ed0-afd9-2756d944d618} TCPHandler: Processed in 0.001478211 sec. 2025.06.18 18:38:30.963847 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:30.963947 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:30.963994 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:30.964444 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:30.964479 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:30.964827 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.18 18:38:30.965046 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:30.965177 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} executeQuery: Read 160 rows, 11.41 KiB in 0.001253 sec., 127693.53551476456 rows/sec., 8.89 MiB/sec. 2025.06.18 18:38:30.965215 [ 276 ] {90c740c4-c197-48a0-9b55-7b9050455222} TCPHandler: Processed in 0.00141971 sec. 2025.06.18 18:38:30.965331 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:30.965428 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:30.965485 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:30.966324 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:30.966360 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:30.966920 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.18 18:38:30.967149 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:30.967299 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} executeQuery: Read 23 rows, 42.20 KiB in 0.00189 sec., 12169.31216931217 rows/sec., 21.81 MiB/sec. 2025.06.18 18:38:30.967369 [ 276 ] {94d97170-b251-445b-8272-2b5436e4007e} TCPHandler: Processed in 0.002088859 sec. 2025.06.18 18:38:30.967491 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:30.967588 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:30.967633 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:30.967977 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:30.968012 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:30.968317 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.18 18:38:30.968532 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:30.968654 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2025.06.18 18:38:30.968690 [ 276 ] {5b6c0655-4d11-4643-9911-be14fd584fd2} TCPHandler: Processed in 0.001293888 sec. 2025.06.18 18:38:34.091266 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 562 2025.06.18 18:38:34.093572 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:34.093618 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:34.094842 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:38:34.095111 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:38:34.095250 [ 89 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.18 18:38:34.095316 [ 89 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:34.095336 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:34.095430 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:38:34.095438 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 562 2025.06.18 18:38:34.096101 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:34.096257 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 430 rows starting from the beginning of the part 2025.06.18 18:38:34.096640 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.06.18 18:38:34.097064 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2025.06.18 18:38:34.097446 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part 2025.06.18 18:38:34.097792 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2025.06.18 18:38:34.098143 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part 2025.06.18 18:38:34.105085 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 72 columns (72 merged, 0 gathered) in 0.009689524 sec., 58000.78517788903 rows/sec., 51.47 MiB/sec. 2025.06.18 18:38:34.106175 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.18 18:38:34.106819 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:38:34.106907 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_16_3} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.18 18:38:34.107250 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. 2025.06.18 18:38:35.958334 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:35.958544 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:35.958621 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:35.959345 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:35.959392 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:35.959807 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.18 18:38:35.960043 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:35.960211 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} executeQuery: Read 90 rows, 7.71 KiB in 0.001721 sec., 52295.177222545026 rows/sec., 4.37 MiB/sec. 2025.06.18 18:38:35.960258 [ 276 ] {cafc6e41-9ad5-420a-80fe-ebdef02c3909} TCPHandler: Processed in 0.002064858 sec. 2025.06.18 18:38:35.960387 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:35.960489 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:35.960534 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:35.961009 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:35.961048 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:35.961391 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.18 18:38:35.961608 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:35.961726 [ 87 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.18 18:38:35.961765 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} executeQuery: Read 17 rows, 1.28 KiB in 0.001301 sec., 13066.871637202152 rows/sec., 982.57 KiB/sec. 2025.06.18 18:38:35.961796 [ 87 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:35.961812 [ 276 ] {5fc7ba90-740b-4cb0-9852-a0878b95ce00} TCPHandler: Processed in 0.001476481 sec. 2025.06.18 18:38:35.961822 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:35.961937 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:38:35.961941 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:35.962063 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:35.962067 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:35.962114 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:35.962119 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 174 rows starting from the beginning of the part 2025.06.18 18:38:35.962203 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 17 rows starting from the beginning of the part 2025.06.18 18:38:35.962249 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part 2025.06.18 18:38:35.962289 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 19 rows starting from the beginning of the part 2025.06.18 18:38:35.962330 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part 2025.06.18 18:38:35.962369 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 17 rows starting from the beginning of the part 2025.06.18 18:38:35.962555 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:35.962598 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:35.963095 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.18 18:38:35.963337 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:35.963397 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 273 rows, containing 5 columns (5 merged, 0 gathered) in 0.00150267 sec., 181676.61562418894 rows/sec., 12.98 MiB/sec. 2025.06.18 18:38:35.963473 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} executeQuery: Read 81 rows, 6.48 KiB in 0.00143 sec., 56643.35664335664 rows/sec., 4.42 MiB/sec. 2025.06.18 18:38:35.963519 [ 276 ] {e293173f-b9fb-4442-b490-36d8eba6385b} TCPHandler: Processed in 0.001630102 sec. 2025.06.18 18:38:35.963603 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.18 18:38:35.963643 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:35.963745 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:35.963792 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:35.963937 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:35.964026 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_26_5} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.18 18:38:35.964122 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:38:35.964225 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:35.964267 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:35.964610 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.18 18:38:35.964827 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:35.964958 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2025.06.18 18:38:35.964997 [ 276 ] {fd39b68c-14a9-4a43-8996-9f2af772a839} TCPHandler: Processed in 0.00140384 sec. 2025.06.18 18:38:35.965108 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:35.965204 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:35.965259 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:35.966035 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:35.966072 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:35.966599 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.18 18:38:35.966835 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:35.966973 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} executeQuery: Read 17 rows, 31.19 KiB in 0.001788 sec., 9507.829977628635 rows/sec., 17.04 MiB/sec. 2025.06.18 18:38:35.967027 [ 276 ] {481a5289-a35a-4787-9c6c-859fa244b116} TCPHandler: Processed in 0.001967977 sec. 2025.06.18 18:38:35.967141 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:35.967236 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:35.967281 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:35.967644 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:35.967681 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:35.967989 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.18 18:38:35.968204 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:35.968331 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2025.06.18 18:38:35.968368 [ 276 ] {fcc81495-5283-44c9-b657-f61195c5dce8} TCPHandler: Processed in 0.001277107 sec. 2025.06.18 18:38:36.569331 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 2025.06.18 18:38:36.569857 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:36.569904 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:36.570427 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.18 18:38:36.570659 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:38:36.570791 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 2025.06.18 18:38:37.155579 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.06.18 18:38:37.173556 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:37.173605 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:37.179264 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.18 18:38:37.179956 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:38:37.182941 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.06.18 18:38:40.960602 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:40.960798 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:38:40.960869 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:38:40.961523 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.961572 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.961963 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:38:40.962191 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:38:40.962354 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} executeQuery: Read 24 rows, 2.04 KiB in 0.001605 sec., 14953.271028037383 rows/sec., 1.24 MiB/sec. 2025.06.18 18:38:40.962409 [ 276 ] {fd5598b2-614e-45c5-96d5-d85e7653dcd4} TCPHandler: Processed in 0.001946116 sec. 2025.06.18 18:38:40.962547 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:40.962652 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:38:40.962700 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:38:40.963144 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.963183 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.963489 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:38:40.963711 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:38:40.963849 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} executeQuery: Read 2 rows, 167.00 B in 0.001221 sec., 1638.001638001638 rows/sec., 133.57 KiB/sec. 2025.06.18 18:38:40.963888 [ 276 ] {8e83a327-daf2-4ed6-96e5-a2662a3117b3} TCPHandler: Processed in 0.001395509 sec. 2025.06.18 18:38:40.964009 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:40.964107 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:40.964149 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:40.964684 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.964721 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.965049 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.18 18:38:40.965259 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:40.965381 [ 84 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.18 18:38:40.965393 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} executeQuery: Read 223 rows, 20.26 KiB in 0.001307 sec., 170619.73986228002 rows/sec., 15.13 MiB/sec. 2025.06.18 18:38:40.965455 [ 84 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.965473 [ 276 ] {5045e1dc-8eac-411a-ba3e-78182ec966e1} TCPHandler: Processed in 0.001513011 sec. 2025.06.18 18:38:40.965483 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.965592 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:38:40.965598 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:40.965707 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:40.965717 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:40.965746 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 825 rows starting from the beginning of the part 2025.06.18 18:38:40.965769 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:40.965817 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 102 rows starting from the beginning of the part 2025.06.18 18:38:40.965867 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 91 rows starting from the beginning of the part 2025.06.18 18:38:40.965908 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 102 rows starting from the beginning of the part 2025.06.18 18:38:40.965944 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 90 rows starting from the beginning of the part 2025.06.18 18:38:40.965982 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 223 rows starting from the beginning of the part 2025.06.18 18:38:40.966214 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.966258 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.966578 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.18 18:38:40.966803 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:40.966960 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} executeQuery: Read 37 rows, 2.83 KiB in 0.001263 sec., 29295.32858273951 rows/sec., 2.19 MiB/sec. 2025.06.18 18:38:40.966999 [ 276 ] {abd1f1a9-adc2-4a0c-b43f-4b069381f41a} TCPHandler: Processed in 0.00145089 sec. 2025.06.18 18:38:40.967071 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1433 rows, containing 5 columns (5 merged, 0 gathered) in 0.001525881 sec., 939129.5913639399 rows/sec., 81.82 MiB/sec. 2025.06.18 18:38:40.967104 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:40.967204 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:38:40.967249 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:38:40.967249 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.18 18:38:40.967543 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:40.967617 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_31_6} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.18 18:38:40.967681 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.18 18:38:40.967688 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.967733 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.968037 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:38:40.968257 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:38:40.968378 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} executeQuery: Read 24 rows, 2.04 KiB in 0.001192 sec., 20134.228187919463 rows/sec., 1.67 MiB/sec. 2025.06.18 18:38:40.968415 [ 276 ] {91971a04-b666-4658-80f8-6cb172bd0d7b} TCPHandler: Processed in 0.001361549 sec. 2025.06.18 18:38:40.968519 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:40.968612 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:38:40.968653 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:38:40.969044 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.969078 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.969371 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:38:40.969577 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:38:40.969701 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} executeQuery: Read 12 rows, 960.00 B in 0.001107 sec., 10840.108401084011 rows/sec., 846.88 KiB/sec. 2025.06.18 18:38:40.969740 [ 276 ] {5fca5083-48b9-47ae-8da7-f18bef77f315} TCPHandler: Processed in 0.001270058 sec. 2025.06.18 18:38:40.969846 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:40.969939 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:40.969980 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:40.970409 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.970444 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.970749 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.18 18:38:40.970954 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:40.971049 [ 81 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.18 18:38:40.971078 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} executeQuery: Read 125 rows, 10.38 KiB in 0.001157 sec., 108038.02938634399 rows/sec., 8.76 MiB/sec. 2025.06.18 18:38:40.971089 [ 81 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.971110 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.971118 [ 276 ] {90088a3d-4dc5-46f1-b0b4-3d5965fda367} TCPHandler: Processed in 0.001320588 sec. 2025.06.18 18:38:40.971220 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:38:40.971230 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:40.971367 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:40.971367 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:40.971409 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 492 rows starting from the beginning of the part 2025.06.18 18:38:40.971430 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:40.971482 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 87 rows starting from the beginning of the part 2025.06.18 18:38:40.971532 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 83 rows starting from the beginning of the part 2025.06.18 18:38:40.971575 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 87 rows starting from the beginning of the part 2025.06.18 18:38:40.971620 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 81 rows starting from the beginning of the part 2025.06.18 18:38:40.971663 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 125 rows starting from the beginning of the part 2025.06.18 18:38:40.971858 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.971898 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.972263 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.18 18:38:40.972497 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:40.972598 [ 81 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.18 18:38:40.972625 [ 81 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.972631 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} executeQuery: Read 197 rows, 14.47 KiB in 0.001283 sec., 153546.37568199533 rows/sec., 11.01 MiB/sec. 2025.06.18 18:38:40.972641 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.972668 [ 276 ] {edf92c57-2498-417c-b358-f33333c855fd} TCPHandler: Processed in 0.00148761 sec. 2025.06.18 18:38:40.972716 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:38:40.972717 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 955 rows, containing 5 columns (5 merged, 0 gathered) in 0.001553552 sec., 614720.3312151766 rows/sec., 48.99 MiB/sec. 2025.06.18 18:38:40.972786 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:40.972823 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:40.972856 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4654 rows starting from the beginning of the part 2025.06.18 18:38:40.972886 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:40.972912 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.18 18:38:40.972928 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:38:40.972948 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:40.972981 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 161 rows starting from the beginning of the part 2025.06.18 18:38:40.973029 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:38:40.973070 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2025.06.18 18:38:40.973110 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 197 rows starting from the beginning of the part 2025.06.18 18:38:40.973213 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:40.973293 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_31_6} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.18 18:38:40.973391 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.18 18:38:40.973786 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.973828 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.974389 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.18 18:38:40.974615 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:40.974757 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} executeQuery: Read 23 rows, 42.20 KiB in 0.00189 sec., 12169.31216931217 rows/sec., 21.81 MiB/sec. 2025.06.18 18:38:40.974812 [ 276 ] {d8b0dfd0-6415-45bd-a008-27f825988b7b} TCPHandler: Processed in 0.002075179 sec. 2025.06.18 18:38:40.974927 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:40.975021 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:40.975063 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:40.975161 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5492 rows, containing 5 columns (5 merged, 0 gathered) in 0.002479154 sec., 2215271.8225652785 rows/sec., 155.61 MiB/sec. 2025.06.18 18:38:40.975402 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.975441 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.975624 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.18 18:38:40.975768 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.18 18:38:40.975927 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:40.976012 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_31_6} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.18 18:38:40.976039 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:40.976088 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. 2025.06.18 18:38:40.976142 [ 81 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.18 18:38:40.976176 [ 81 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:40.976182 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. 2025.06.18 18:38:40.976194 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:40.976220 [ 276 ] {2fd89d98-60fc-462a-80e3-d7fb2b0a33b4} TCPHandler: Processed in 0.001341038 sec. 2025.06.18 18:38:40.976281 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:38:40.976386 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:40.976413 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1592 rows starting from the beginning of the part 2025.06.18 18:38:40.976484 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:38:40.976536 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2025.06.18 18:38:40.976585 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:38:40.976627 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2025.06.18 18:38:40.976669 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:38:40.977724 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1892 rows, containing 4 columns (4 merged, 0 gathered) in 0.001484991 sec., 1274081.7957819274 rows/sec., 85.44 MiB/sec. 2025.06.18 18:38:40.977949 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.18 18:38:40.978251 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:40.978340 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_31_6} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.18 18:38:40.978418 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.06.18 18:38:44.051566 [ 70 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:38:44.051634 [ 70 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:38:44.070948 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 2025.06.18 18:38:44.071494 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:44.071555 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:44.072039 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.18 18:38:44.072276 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:38:44.072416 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 2025.06.18 18:38:44.095746 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 594 2025.06.18 18:38:44.098128 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:44.098182 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:44.099379 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:38:44.099653 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:38:44.100001 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 594 2025.06.18 18:38:44.683088 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.06.18 18:38:44.700486 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:44.700548 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:44.706115 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.18 18:38:44.706836 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:38:44.709870 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.06.18 18:38:45.957300 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:45.957514 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:45.957589 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:45.958263 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:45.958317 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:45.958721 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.18 18:38:45.958951 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:45.959134 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} executeQuery: Read 90 rows, 7.71 KiB in 0.001674 sec., 53763.44086021506 rows/sec., 4.50 MiB/sec. 2025.06.18 18:38:45.959186 [ 276 ] {d9686f00-f532-4d78-907b-f4f1f1cbb516} TCPHandler: Processed in 0.002030077 sec. 2025.06.18 18:38:45.959314 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:45.959419 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:45.959465 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:45.959888 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:45.959927 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:45.960255 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.18 18:38:45.960471 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:45.960621 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} executeQuery: Read 17 rows, 1.28 KiB in 0.001226 sec., 13866.231647634582 rows/sec., 1.02 MiB/sec. 2025.06.18 18:38:45.960661 [ 276 ] {605addad-541e-4bc7-afd4-8689f1911913} TCPHandler: Processed in 0.001398099 sec. 2025.06.18 18:38:45.960781 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:45.960881 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:45.960922 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:45.961355 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:45.961393 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:45.961703 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.18 18:38:45.961912 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:45.962040 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} executeQuery: Read 81 rows, 6.48 KiB in 0.001182 sec., 68527.91878172588 rows/sec., 5.35 MiB/sec. 2025.06.18 18:38:45.962077 [ 276 ] {396f5f9d-b8e6-487e-85d1-9c8fd40f0203} TCPHandler: Processed in 0.001347068 sec. 2025.06.18 18:38:45.962217 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:45.962314 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:45.962357 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:45.962763 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:45.962797 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:45.963106 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.18 18:38:45.963395 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:45.963554 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. 2025.06.18 18:38:45.963592 [ 276 ] {79913f8a-5aa8-4dfa-93a2-58d796c71e96} TCPHandler: Processed in 0.001425169 sec. 2025.06.18 18:38:45.963703 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:45.963799 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:45.963854 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:45.964647 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:45.964683 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:45.965214 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.18 18:38:45.965463 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:45.965606 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} executeQuery: Read 17 rows, 31.19 KiB in 0.001827 sec., 9304.871373836892 rows/sec., 16.67 MiB/sec. 2025.06.18 18:38:45.965627 [ 68 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.18 18:38:45.965676 [ 276 ] {2188a626-62a7-46b6-9ff6-cb73978e86a3} TCPHandler: Processed in 0.002022068 sec. 2025.06.18 18:38:45.965697 [ 68 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:45.965722 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:45.965795 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:45.965836 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:38:45.965894 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:45.965942 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:45.966097 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:45.966162 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 381 rows starting from the beginning of the part 2025.06.18 18:38:45.966300 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:45.966303 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 17 rows starting from the beginning of the part 2025.06.18 18:38:45.966343 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:45.966442 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part 2025.06.18 18:38:45.966555 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 17 rows starting from the beginning of the part 2025.06.18 18:38:45.966649 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part 2025.06.18 18:38:45.966675 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.18 18:38:45.966739 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 17 rows starting from the beginning of the part 2025.06.18 18:38:45.966907 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:45.967042 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2025.06.18 18:38:45.967082 [ 276 ] {59a39469-507b-4005-940e-754e6ff03113} TCPHandler: Processed in 0.001336318 sec. 2025.06.18 18:38:45.970323 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 478 rows, containing 19 columns (19 merged, 0 gathered) in 0.004534322 sec., 105418.18600443461 rows/sec., 188.90 MiB/sec. 2025.06.18 18:38:45.971208 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.18 18:38:45.971617 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:45.971700 [ 191 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_26_5} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.18 18:38:45.971841 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. 2025.06.18 18:38:50.964153 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:50.964346 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:38:50.964414 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:38:50.965187 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:50.965235 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:50.965645 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:38:50.965886 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:38:50.966082 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} executeQuery: Read 212 rows, 13.81 KiB in 0.001781 sec., 119034.25042111173 rows/sec., 7.57 MiB/sec. 2025.06.18 18:38:50.966155 [ 276 ] {8816ab27-78ea-4f52-a1b9-f722075f4bf5} TCPHandler: Processed in 0.00213149 sec. 2025.06.18 18:38:50.966288 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:50.966395 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:50.966441 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:50.967204 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:50.967244 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:50.967602 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.18 18:38:50.967830 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:50.967975 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} executeQuery: Read 663 rows, 53.71 KiB in 0.001607 sec., 412570.0062227754 rows/sec., 32.64 MiB/sec. 2025.06.18 18:38:50.968016 [ 276 ] {4b38d4b5-9e0e-451d-aed6-c22da4a76e3c} TCPHandler: Processed in 0.001781384 sec. 2025.06.18 18:38:50.968189 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:50.968302 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:50.968346 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:50.968829 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:50.968867 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:50.969195 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.18 18:38:50.969411 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:50.969552 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} executeQuery: Read 129 rows, 8.12 KiB in 0.001274 sec., 101255.8869701727 rows/sec., 6.22 MiB/sec. 2025.06.18 18:38:50.969591 [ 276 ] {f022dd93-1fd6-493c-b9b3-46ff6c1b4e11} TCPHandler: Processed in 0.00145319 sec. 2025.06.18 18:38:50.969716 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:50.969815 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:38:50.969857 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:38:50.970313 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:50.970355 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:50.970666 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:38:50.970882 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:38:50.971018 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} executeQuery: Read 113 rows, 7.49 KiB in 0.001223 sec., 92395.74816026166 rows/sec., 5.98 MiB/sec. 2025.06.18 18:38:50.971059 [ 276 ] {674df571-3a71-4902-aef7-be6510bd1a10} TCPHandler: Processed in 0.001393339 sec. 2025.06.18 18:38:50.971178 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:50.971276 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:38:50.971317 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:38:50.971748 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:50.971785 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:50.972082 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:38:50.972301 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:38:50.972443 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} executeQuery: Read 112 rows, 6.53 KiB in 0.001187 sec., 94355.51811288965 rows/sec., 5.37 MiB/sec. 2025.06.18 18:38:50.972484 [ 276 ] {33430ff3-9570-4efa-8bec-e25f009c4bce} TCPHandler: Processed in 0.001355818 sec. 2025.06.18 18:38:50.972601 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:50.972698 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:50.972739 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:50.973290 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:50.973328 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:50.973664 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.18 18:38:50.973870 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:50.974002 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} executeQuery: Read 405 rows, 29.43 KiB in 0.001324 sec., 305891.2386706948 rows/sec., 21.70 MiB/sec. 2025.06.18 18:38:50.974042 [ 276 ] {bd3d5747-31d7-43d8-8653-49a2ac4182d3} TCPHandler: Processed in 0.001490391 sec. 2025.06.18 18:38:50.974166 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:50.974261 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.18 18:38:50.974303 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.18 18:38:50.974649 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:50.974684 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:50.974980 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:38:50.975187 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): 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.18 18:38:50.975314 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2025.06.18 18:38:50.975352 [ 276 ] {9c95a768-ec9b-4453-bf5e-5fc661fe6a42} TCPHandler: Processed in 0.001236307 sec. 2025.06.18 18:38:50.975462 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:50.975556 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:50.975598 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:50.976001 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:50.976037 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:50.976381 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.18 18:38:50.976597 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:50.976730 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} executeQuery: Read 237 rows, 16.27 KiB in 0.001191 sec., 198992.44332493702 rows/sec., 13.34 MiB/sec. 2025.06.18 18:38:50.976767 [ 276 ] {76e84cb3-a438-4f0a-90cb-d3c53fe8dd7a} TCPHandler: Processed in 0.001353718 sec. 2025.06.18 18:38:50.976877 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:50.976970 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.18 18:38:50.977012 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.18 18:38:50.977327 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:50.977363 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:50.977665 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.18 18:38:50.977873 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): 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.18 18:38:50.978001 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} executeQuery: Read 1 rows, 69.00 B in 0.001049 sec., 953.2888465204957 rows/sec., 64.24 KiB/sec. 2025.06.18 18:38:50.978039 [ 276 ] {9bd5f964-8db4-4db8-8847-4b28b4710fc6} TCPHandler: Processed in 0.001210867 sec. 2025.06.18 18:38:50.978144 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:50.978238 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:50.978294 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:50.979120 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:50.979158 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:50.979682 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.18 18:38:50.979905 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:50.980046 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} executeQuery: Read 23 rows, 42.20 KiB in 0.001826 sec., 12595.837897042717 rows/sec., 22.57 MiB/sec. 2025.06.18 18:38:50.980122 [ 276 ] {dcbea96b-3a48-4017-aac6-3cae1baf0ea6} TCPHandler: Processed in 0.002027268 sec. 2025.06.18 18:38:50.980252 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:50.980349 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:50.980392 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:50.980736 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:50.980772 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:50.981082 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.18 18:38:50.981290 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:50.981430 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} executeQuery: Read 82 rows, 5.33 KiB in 0.001099 sec., 74613.2848043676 rows/sec., 4.74 MiB/sec. 2025.06.18 18:38:50.981466 [ 276 ] {88a55c4e-6656-4618-8875-c8280bc0a0ab} TCPHandler: Processed in 0.001265168 sec. 2025.06.18 18:38:51.572584 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 2025.06.18 18:38:51.573090 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:51.573138 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:51.573615 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.18 18:38:51.573845 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:38:51.573987 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 2025.06.18 18:38:52.210036 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.06.18 18:38:52.228368 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:52.228428 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:52.233978 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.18 18:38:52.234656 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:38:52.237655 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.06.18 18:38:54.100346 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 628 2025.06.18 18:38:54.102718 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:54.102775 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:54.103975 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:38:54.104265 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:38:54.104623 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 628 2025.06.18 18:38:55.957712 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:55.957921 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:38:55.957992 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:38:55.958601 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:55.958644 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:55.959018 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:38:55.959235 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:38:55.959382 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} executeQuery: Read 4 rows, 334.00 B in 0.001516 sec., 2638.5224274406332 rows/sec., 215.15 KiB/sec. 2025.06.18 18:38:55.959425 [ 276 ] {92eb73a0-6ab4-4b89-babc-90b95155ca9f} TCPHandler: Processed in 0.001847746 sec. 2025.06.18 18:38:55.959546 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:55.959640 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:38:55.959679 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:38:55.960103 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:55.960139 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:55.960439 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.18 18:38:55.960648 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:38:55.960775 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} executeQuery: Read 92 rows, 7.85 KiB in 0.001154 sec., 79722.70363951473 rows/sec., 6.65 MiB/sec. 2025.06.18 18:38:55.960811 [ 276 ] {5a2aab2e-2b33-4b2e-91ef-7101190e7028} TCPHandler: Processed in 0.001314388 sec. 2025.06.18 18:38:55.960927 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:55.961020 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:38:55.961060 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:38:55.961450 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:55.961486 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:55.961775 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.18 18:38:55.961982 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:38:55.962107 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} executeQuery: Read 21 rows, 1.56 KiB in 0.001105 sec., 19004.524886877825 rows/sec., 1.38 MiB/sec. 2025.06.18 18:38:55.962143 [ 276 ] {b925fecb-0df0-4b3c-9a4d-8f9073934b51} TCPHandler: Processed in 0.001264388 sec. 2025.06.18 18:38:55.962250 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:55.962342 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:38:55.962380 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:38:55.962789 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:55.962825 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:55.963119 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.18 18:38:55.963331 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:38:55.963456 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} executeQuery: Read 85 rows, 6.80 KiB in 0.001131 sec., 75154.73032714412 rows/sec., 5.87 MiB/sec. 2025.06.18 18:38:55.963491 [ 276 ] {b37a4b81-1096-4402-8790-cc6221a5c49e} TCPHandler: Processed in 0.001288668 sec. 2025.06.18 18:38:55.963604 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:55.963696 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:55.963738 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:38:55.964139 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:55.964175 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:55.964495 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.18 18:38:55.964696 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:38:55.964822 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} executeQuery: Read 162 rows, 11.55 KiB in 0.001144 sec., 141608.3916083916 rows/sec., 9.86 MiB/sec. 2025.06.18 18:38:55.964858 [ 276 ] {7457cdef-c724-413f-95cc-7a11a952c17f} TCPHandler: Processed in 0.001301578 sec. 2025.06.18 18:38:55.964966 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:55.965058 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:38:55.965112 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:38:55.965869 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:55.965906 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:55.966408 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.18 18:38:55.966626 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:38:55.966759 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} executeQuery: Read 17 rows, 31.19 KiB in 0.001719 sec., 9889.470622454915 rows/sec., 17.72 MiB/sec. 2025.06.18 18:38:55.966810 [ 276 ] {81e21977-09b4-494e-8eb5-2855baef85ff} TCPHandler: Processed in 0.001891506 sec. 2025.06.18 18:38:55.966922 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:38:55.967015 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:38:55.967055 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:38:55.967388 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:55.967424 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:55.967718 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.18 18:38:55.967925 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:38:55.968053 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.06.18 18:38:55.968088 [ 276 ] {bf319db9-314e-4f30-a158-ceace26d121e} TCPHandler: Processed in 0.001212717 sec. 2025.06.18 18:38:59.051686 [ 48 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:38:59.051753 [ 48 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:38:59.074244 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 2025.06.18 18:38:59.074790 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:59.074844 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:59.075384 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.18 18:38:59.075634 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:38:59.075766 [ 48 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.18 18:38:59.075776 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 2025.06.18 18:38:59.075812 [ 48 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:59.075837 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:59.075964 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:59.076119 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:59.076162 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:59.076232 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:59.076282 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:59.076327 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:59.076370 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:59.076415 [ 187 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:38:59.081599 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005692019 sec., 2100484.907025082 rows/sec., 30.05 MiB/sec. 2025.06.18 18:38:59.082056 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.18 18:38:59.082356 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_26_5} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:38:59.082437 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_26_5} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.18 18:38:59.082537 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2025.06.18 18:38:59.737867 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.06.18 18:38:59.756372 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:59.756435 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:59.761944 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.18 18:38:59.762658 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:38:59.762978 [ 46 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.18 18:38:59.763055 [ 46 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:38:59.763079 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:38:59.763213 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:59.765908 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.06.18 18:38:59.767675 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:38:59.769184 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:59.773793 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:59.778186 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:59.782604 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:59.787342 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:59.791407 [ 187 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:38:59.844928 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.081775789 sec., 2396.7974188546195 rows/sec., 12.39 MiB/sec. 2025.06.18 18:38:59.847510 [ 199 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.18 18:38:59.849517 [ 199 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_26_5} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:38:59.849592 [ 199 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_26_5} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.18 18:38:59.851531 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.06.18 18:39:00.000179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 225.31 MiB, peak 235.85 MiB, free memory in arenas 0.00 B, will set to 233.10 MiB (RSS), difference: 7.79 MiB 2025.06.18 18:39:00.964412 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:00.964603 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:39:00.964668 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:39:00.965398 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.965437 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.965836 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:39:00.966058 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:39:00.966207 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} executeQuery: Read 212 rows, 13.81 KiB in 0.001652 sec., 128329.29782082324 rows/sec., 8.16 MiB/sec. 2025.06.18 18:39:00.966254 [ 276 ] {9bce1c62-aeb1-45dc-b3c1-fa5511f3c252} TCPHandler: Processed in 0.001971298 sec. 2025.06.18 18:39:00.966379 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:00.966487 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:00.966531 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:00.967305 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.967339 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.967715 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.18 18:39:00.967927 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:00.968056 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} executeQuery: Read 663 rows, 53.71 KiB in 0.001592 sec., 416457.28643216076 rows/sec., 32.95 MiB/sec. 2025.06.18 18:39:00.968093 [ 276 ] {08103f1f-ab7b-4051-bc91-175d1b201ead} TCPHandler: Processed in 0.001767935 sec. 2025.06.18 18:39:00.968206 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:00.968301 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:00.968342 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:00.968789 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.968822 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.969115 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.18 18:39:00.969331 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:00.969427 [ 45 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.18 18:39:00.969454 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} executeQuery: Read 129 rows, 8.12 KiB in 0.001174 sec., 109880.74957410563 rows/sec., 6.75 MiB/sec. 2025.06.18 18:39:00.969460 [ 45 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.969485 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.969492 [ 276 ] {a3199439-5bf8-4e91-8540-3236c11c57c6} TCPHandler: Processed in 0.001335348 sec. 2025.06.18 18:39:00.969606 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:00.969617 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:39:00.969699 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:39:00.969743 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:39:00.969777 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:00.969820 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 174 rows starting from the beginning of the part 2025.06.18 18:39:00.969896 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 37 rows starting from the beginning of the part 2025.06.18 18:39:00.969949 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 17 rows starting from the beginning of the part 2025.06.18 18:39:00.969997 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 129 rows starting from the beginning of the part 2025.06.18 18:39:00.970044 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 21 rows starting from the beginning of the part 2025.06.18 18:39:00.970090 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 129 rows starting from the beginning of the part 2025.06.18 18:39:00.970277 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.970332 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.970825 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:39:00.970970 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 507 rows, containing 5 columns (5 merged, 0 gathered) in 0.001416379 sec., 357955.0388702459 rows/sec., 24.37 MiB/sec. 2025.06.18 18:39:00.971058 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:39:00.971143 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.18 18:39:00.971195 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} executeQuery: Read 113 rows, 7.49 KiB in 0.001515 sec., 74587.45874587458 rows/sec., 4.83 MiB/sec. 2025.06.18 18:39:00.971234 [ 276 ] {105ab6a6-9bec-4d85-be3d-3b68ab6bea45} TCPHandler: Processed in 0.001674913 sec. 2025.06.18 18:39:00.971360 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:00.971437 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:00.971455 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:39:00.971496 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:39:00.971517 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_31_6} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.18 18:39:00.971601 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.18 18:39:00.971961 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.971996 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.972297 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:39:00.972599 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:39:00.972749 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} executeQuery: Read 112 rows, 6.53 KiB in 0.001327 sec., 84400.90429540316 rows/sec., 4.81 MiB/sec. 2025.06.18 18:39:00.972794 [ 276 ] {5c589014-03be-4eb4-b40b-16b3c283f04a} TCPHandler: Processed in 0.001501731 sec. 2025.06.18 18:39:00.972924 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:00.973029 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:00.973074 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:00.973793 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.973830 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.974166 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.18 18:39:00.974387 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:00.974514 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} executeQuery: Read 405 rows, 29.43 KiB in 0.001472 sec., 275135.8695652174 rows/sec., 19.52 MiB/sec. 2025.06.18 18:39:00.974553 [ 276 ] {5a898df4-fb54-4c61-b79d-b2f5b3eecb1f} TCPHandler: Processed in 0.001662503 sec. 2025.06.18 18:39:00.974681 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:00.974778 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.18 18:39:00.974819 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.18 18:39:00.975160 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.975196 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.975508 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:39:00.975726 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): 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.18 18:39:00.975849 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} executeQuery: Read 6 rows, 321.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 287.59 KiB/sec. 2025.06.18 18:39:00.975885 [ 276 ] {56594acc-fa36-4a0a-8f07-bcb009f5c3a4} TCPHandler: Processed in 0.001253618 sec. 2025.06.18 18:39:00.975995 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:00.976089 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:00.976131 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:00.976569 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.976606 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.976956 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.18 18:39:00.977175 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:00.977320 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} executeQuery: Read 237 rows, 16.27 KiB in 0.001249 sec., 189751.80144115293 rows/sec., 12.72 MiB/sec. 2025.06.18 18:39:00.977357 [ 276 ] {5566c639-3e6f-4598-8bfa-d833900db2c3} TCPHandler: Processed in 0.00141106 sec. 2025.06.18 18:39:00.977470 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:00.977564 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.18 18:39:00.977605 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.18 18:39:00.977933 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.977969 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.978269 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.18 18:39:00.978484 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): 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.18 18:39:00.978612 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} executeQuery: Read 1 rows, 69.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 63.27 KiB/sec. 2025.06.18 18:39:00.978648 [ 276 ] {2a59278b-8ff8-41dc-95c5-c8faba0b46f4} TCPHandler: Processed in 0.001226177 sec. 2025.06.18 18:39:00.978765 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:00.978857 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:00.978913 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:00.979739 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.979775 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.980324 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.18 18:39:00.980563 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:00.980700 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} executeQuery: Read 23 rows, 42.20 KiB in 0.00186 sec., 12365.591397849461 rows/sec., 22.16 MiB/sec. 2025.06.18 18:39:00.980752 [ 276 ] {d5ece44e-0efc-43fc-84ee-d4afabb1c942} TCPHandler: Processed in 0.002035848 sec. 2025.06.18 18:39:00.980869 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:00.980964 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:00.981005 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:00.981364 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:00.981402 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:00.981718 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.18 18:39:00.981938 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:00.982077 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} executeQuery: Read 82 rows, 5.33 KiB in 0.001132 sec., 72438.16254416961 rows/sec., 4.60 MiB/sec. 2025.06.18 18:39:00.982114 [ 276 ] {16de8b1c-1406-4c51-894b-bc0d26abafd9} TCPHandler: Processed in 0.001294837 sec. 2025.06.18 18:39:04.104941 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 664 2025.06.18 18:39:04.107272 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:04.107322 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:04.108555 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:39:04.108820 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:39:04.109094 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 664 2025.06.18 18:39:05.958199 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:05.958402 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:05.958478 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:05.959266 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:05.959315 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:05.959713 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.18 18:39:05.959950 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:05.960102 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} executeQuery: Read 90 rows, 7.71 KiB in 0.001756 sec., 51252.84738041002 rows/sec., 4.29 MiB/sec. 2025.06.18 18:39:05.960099 [ 39 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.18 18:39:05.960151 [ 276 ] {37b571a5-f4f8-436b-84f6-cf8275e55d27} TCPHandler: Processed in 0.002081808 sec. 2025.06.18 18:39:05.960187 [ 39 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:05.960217 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:05.960291 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:05.960349 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:39:05.960399 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:05.960447 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:05.960489 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:05.960526 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 825 rows starting from the beginning of the part 2025.06.18 18:39:05.960588 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 90 rows starting from the beginning of the part 2025.06.18 18:39:05.960631 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 663 rows starting from the beginning of the part 2025.06.18 18:39:05.960670 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 92 rows starting from the beginning of the part 2025.06.18 18:39:05.960723 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 663 rows starting from the beginning of the part 2025.06.18 18:39:05.960761 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part 2025.06.18 18:39:05.960876 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:05.960919 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:05.961325 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.18 18:39:05.961580 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:05.961716 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} executeQuery: Read 17 rows, 1.28 KiB in 0.001341 sec., 12677.106636838182 rows/sec., 953.26 KiB/sec. 2025.06.18 18:39:05.961755 [ 276 ] {a9d0cc4e-b377-4404-b41a-1028c3526e53} TCPHandler: Processed in 0.00151625 sec. 2025.06.18 18:39:05.961871 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:05.961969 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:05.961974 [ 188 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2423 rows, containing 5 columns (5 merged, 0 gathered) in 0.001684813 sec., 1438141.7997130838 rows/sec., 121.26 MiB/sec. 2025.06.18 18:39:05.962010 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:05.962181 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.18 18:39:05.962440 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:05.962470 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:05.962540 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_36_7} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.18 18:39:05.962546 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:05.962620 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.06.18 18:39:05.962908 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.18 18:39:05.963132 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:05.963245 [ 39 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.18 18:39:05.963266 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} executeQuery: Read 81 rows, 6.48 KiB in 0.001317 sec., 61503.416856492026 rows/sec., 4.80 MiB/sec. 2025.06.18 18:39:05.963286 [ 39 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:05.963309 [ 276 ] {8fc90388-b818-4e86-a657-87056246ebea} TCPHandler: Processed in 0.001488961 sec. 2025.06.18 18:39:05.963311 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:05.963395 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:39:05.963434 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:05.963484 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:05.963512 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 492 rows starting from the beginning of the part 2025.06.18 18:39:05.963535 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:05.963554 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 81 rows starting from the beginning of the part 2025.06.18 18:39:05.963584 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:05.963592 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 405 rows starting from the beginning of the part 2025.06.18 18:39:05.963658 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 85 rows starting from the beginning of the part 2025.06.18 18:39:05.963702 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 405 rows starting from the beginning of the part 2025.06.18 18:39:05.963757 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 81 rows starting from the beginning of the part 2025.06.18 18:39:05.964055 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:05.964097 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:05.964473 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.18 18:39:05.964641 [ 193 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1549 rows, containing 5 columns (5 merged, 0 gathered) in 0.001272307 sec., 1217473.4556989782 rows/sec., 93.23 MiB/sec. 2025.06.18 18:39:05.964718 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:05.964832 [ 39 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.18 18:39:05.964836 [ 188 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.18 18:39:05.964859 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} executeQuery: Read 160 rows, 11.41 KiB in 0.001343 sec., 119136.26209977662 rows/sec., 8.30 MiB/sec. 2025.06.18 18:39:05.964865 [ 39 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:05.964904 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:05.964907 [ 276 ] {c8a25d8d-c601-4013-8001-4f5d0c85dec0} TCPHandler: Processed in 0.001523461 sec. 2025.06.18 18:39:05.964988 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:39:05.965033 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:05.965080 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:05.965114 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5492 rows starting from the beginning of the part 2025.06.18 18:39:05.965131 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:05.965182 [ 188 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:05.965188 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2025.06.18 18:39:05.965188 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:05.965255 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part 2025.06.18 18:39:05.965277 [ 188 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_36_7} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.18 18:39:05.965303 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 162 rows starting from the beginning of the part 2025.06.18 18:39:05.965348 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part 2025.06.18 18:39:05.965389 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:39:05.965393 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.06.18 18:39:05.966056 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:05.966096 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:05.966667 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.18 18:39:05.966914 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:05.967061 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} executeQuery: Read 17 rows, 31.19 KiB in 0.001948 sec., 8726.899383983573 rows/sec., 15.64 MiB/sec. 2025.06.18 18:39:05.967136 [ 276 ] {7b6f62d1-c9ce-49b6-87ad-9b79162eddfc} TCPHandler: Processed in 0.00215224 sec. 2025.06.18 18:39:05.967255 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:05.967353 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:05.967394 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:05.967745 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:05.967783 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:05.968187 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.18 18:39:05.968288 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 6448 rows, containing 5 columns (5 merged, 0 gathered) in 0.003339537 sec., 1930806.5758816267 rows/sec., 135.08 MiB/sec. 2025.06.18 18:39:05.968438 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:05.968555 [ 39 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.18 18:39:05.968581 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} executeQuery: Read 60 rows, 4.14 KiB in 0.001248 sec., 48076.92307692308 rows/sec., 3.24 MiB/sec. 2025.06.18 18:39:05.968588 [ 39 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:05.968635 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:05.968648 [ 276 ] {57888e8f-6834-489a-9f78-dcd8f452cd4c} TCPHandler: Processed in 0.001442359 sec. 2025.06.18 18:39:05.968701 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:39:05.968812 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:05.968837 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1892 rows starting from the beginning of the part 2025.06.18 18:39:05.968845 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.18 18:39:05.968882 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2025.06.18 18:39:05.968923 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part 2025.06.18 18:39:05.968955 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2025.06.18 18:39:05.968988 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part 2025.06.18 18:39:05.969022 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:39:05.969143 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:05.969228 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_36_7} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.18 18:39:05.969321 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. 2025.06.18 18:39:05.969973 [ 201 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2236 rows, containing 4 columns (4 merged, 0 gathered) in 0.001296658 sec., 1724433.1196043983 rows/sec., 115.23 MiB/sec. 2025.06.18 18:39:05.970264 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.18 18:39:05.970517 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:05.970586 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_36_7} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.18 18:39:05.970667 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.06.18 18:39:06.575889 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 2025.06.18 18:39:06.576355 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:06.576396 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:06.576882 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.18 18:39:06.577104 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:39:06.577227 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 2025.06.18 18:39:07.266016 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.06.18 18:39:07.281348 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:07.281399 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:07.287351 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.18 18:39:07.288054 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:39:07.290631 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.06.18 18:39:10.958819 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:10.959024 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:39:10.959096 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:39:10.959753 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:10.959795 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:10.960193 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:39:10.960424 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:39:10.960585 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} executeQuery: Read 8 rows, 668.00 B in 0.001615 sec., 4953.560371517028 rows/sec., 403.93 KiB/sec. 2025.06.18 18:39:10.960635 [ 276 ] {3263ca0c-99a0-4606-909d-364ca6d6e498} TCPHandler: Processed in 0.001953747 sec. 2025.06.18 18:39:10.960752 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:10.960847 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:10.960891 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:10.961322 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:10.961360 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:10.961670 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.18 18:39:10.961890 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:10.962021 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} executeQuery: Read 106 rows, 9.01 KiB in 0.001193 sec., 88851.63453478625 rows/sec., 7.38 MiB/sec. 2025.06.18 18:39:10.962059 [ 276 ] {fa6ffd8b-7042-49f4-8ae8-37ac417914b3} TCPHandler: Processed in 0.001356968 sec. 2025.06.18 18:39:10.962173 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:10.962266 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:10.962307 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:10.962739 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:10.962778 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:10.963116 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.18 18:39:10.963328 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:10.963460 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} executeQuery: Read 31 rows, 2.29 KiB in 0.001211 sec., 25598.67877786953 rows/sec., 1.85 MiB/sec. 2025.06.18 18:39:10.963498 [ 276 ] {050cfac4-b65d-49d7-9b4b-4ddeef582c7e} TCPHandler: Processed in 0.001374189 sec. 2025.06.18 18:39:10.963607 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:10.963705 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:10.963746 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:10.964186 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:10.964223 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:10.964555 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.18 18:39:10.964778 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:10.964907 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} executeQuery: Read 95 rows, 7.61 KiB in 0.001222 sec., 77741.40752864158 rows/sec., 6.08 MiB/sec. 2025.06.18 18:39:10.964944 [ 276 ] {00f858d2-5c3c-4db8-91c9-3646c1f387c1} TCPHandler: Processed in 0.001386269 sec. 2025.06.18 18:39:10.965058 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:10.965152 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:10.965197 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:10.965601 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:10.965639 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:10.965982 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.18 18:39:10.966196 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:10.966325 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} executeQuery: Read 164 rows, 11.69 KiB in 0.001192 sec., 137583.8926174497 rows/sec., 9.58 MiB/sec. 2025.06.18 18:39:10.966363 [ 276 ] {94bdb9c6-f441-476d-b700-e8219ca1af96} TCPHandler: Processed in 0.001354729 sec. 2025.06.18 18:39:10.966472 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:10.966567 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:10.966624 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:10.967414 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:10.967451 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:10.968002 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.18 18:39:10.968223 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:10.968364 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} executeQuery: Read 23 rows, 42.20 KiB in 0.001815 sec., 12672.176308539945 rows/sec., 22.71 MiB/sec. 2025.06.18 18:39:10.968357 [ 27 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.18 18:39:10.968424 [ 276 ] {39129f89-b27c-486b-bfee-7f3df0ae2683} TCPHandler: Processed in 0.002000997 sec. 2025.06.18 18:39:10.968442 [ 27 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:10.968472 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:10.968546 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:10.968571 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:39:10.968646 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:10.968689 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:10.968794 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:10.968851 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 478 rows starting from the beginning of the part 2025.06.18 18:39:10.968977 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part 2025.06.18 18:39:10.969023 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:10.969060 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:10.969080 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 17 rows starting from the beginning of the part 2025.06.18 18:39:10.969177 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part 2025.06.18 18:39:10.969270 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 17 rows starting from the beginning of the part 2025.06.18 18:39:10.969364 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part 2025.06.18 18:39:10.969392 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.18 18:39:10.969619 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:10.969753 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2025.06.18 18:39:10.969790 [ 276 ] {21db5421-c325-473b-8bee-ea1549d88257} TCPHandler: Processed in 0.001294088 sec. 2025.06.18 18:39:10.990447 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 581 rows, containing 19 columns (19 merged, 0 gathered) in 0.021914262 sec., 26512.414609262225 rows/sec., 47.51 MiB/sec. 2025.06.18 18:39:10.991398 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.18 18:39:10.991776 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:10.991853 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_31_6} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.18 18:39:10.991979 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2025.06.18 18:39:11.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 236.40 MiB, peak 243.71 MiB, free memory in arenas 0.00 B, will set to 238.93 MiB (RSS), difference: 2.53 MiB 2025.06.18 18:39:14.051805 [ 12 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:39:14.051865 [ 12 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:39:14.077369 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 2025.06.18 18:39:14.077856 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:14.077894 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:14.078403 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.18 18:39:14.078629 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:39:14.078752 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 2025.06.18 18:39:14.109337 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 690 2025.06.18 18:39:14.111466 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:14.111517 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:14.112741 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:39:14.113009 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:39:14.113364 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 690 2025.06.18 18:39:14.790773 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.06.18 18:39:14.807076 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:14.807146 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:14.813341 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.18 18:39:14.814067 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:39:14.816891 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.06.18 18:39:15.957713 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:15.957922 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:15.957994 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:15.958766 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:15.958804 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:15.959187 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.18 18:39:15.959401 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:15.959548 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} executeQuery: Read 90 rows, 7.71 KiB in 0.001679 sec., 53603.33531864205 rows/sec., 4.48 MiB/sec. 2025.06.18 18:39:15.959588 [ 276 ] {acd773cd-a322-4878-b2f4-8f87ac6e3240} TCPHandler: Processed in 0.002017458 sec. 2025.06.18 18:39:15.959738 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:15.959841 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:15.959880 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:15.960302 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:15.960336 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:15.960632 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.18 18:39:15.960839 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:15.960963 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} executeQuery: Read 17 rows, 1.28 KiB in 0.001142 sec., 14886.1646234676 rows/sec., 1.09 MiB/sec. 2025.06.18 18:39:15.960999 [ 276 ] {55203b43-d1b7-4005-aae9-81667ca843a5} TCPHandler: Processed in 0.001310268 sec. 2025.06.18 18:39:15.961114 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:15.961217 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:15.961260 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:15.961683 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:15.961717 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:15.962014 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.18 18:39:15.962229 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:15.962358 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} executeQuery: Read 81 rows, 6.48 KiB in 0.001165 sec., 69527.89699570816 rows/sec., 5.43 MiB/sec. 2025.06.18 18:39:15.962393 [ 276 ] {6c486d61-947d-4dbf-9567-0447b6c0256f} TCPHandler: Processed in 0.001326229 sec. 2025.06.18 18:39:15.962514 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:15.962620 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:15.962668 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:15.963095 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:15.963128 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:15.963443 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.18 18:39:15.963651 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:15.963778 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2025.06.18 18:39:15.963813 [ 276 ] {abd613cf-e037-4e9c-8827-3f5d321bbb17} TCPHandler: Processed in 0.001349338 sec. 2025.06.18 18:39:15.963923 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:15.964022 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:15.964075 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:15.964843 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:15.964877 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:15.965382 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.18 18:39:15.965594 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:15.965731 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} executeQuery: Read 17 rows, 31.19 KiB in 0.001726 sec., 9849.362688296638 rows/sec., 17.65 MiB/sec. 2025.06.18 18:39:15.965789 [ 276 ] {db727e01-b785-48cd-8b29-83c931b72210} TCPHandler: Processed in 0.001914036 sec. 2025.06.18 18:39:15.965906 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:15.966008 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:15.966049 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:15.966379 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:15.966414 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:15.966713 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.18 18:39:15.966914 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:15.967044 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2025.06.18 18:39:15.967077 [ 276 ] {54660418-d0de-4cea-a90c-8c99da9a9181} TCPHandler: Processed in 0.001223887 sec. 2025.06.18 18:39:20.959395 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:20.959605 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:20.959679 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:20.960392 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:20.960437 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:20.960838 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.18 18:39:20.961066 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:20.961224 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} executeQuery: Read 102 rows, 8.72 KiB in 0.001673 sec., 60968.32038254632 rows/sec., 5.09 MiB/sec. 2025.06.18 18:39:20.961273 [ 276 ] {dc7d318a-4894-4f0f-bcc0-08d9bb11f71d} TCPHandler: Processed in 0.002016728 sec. 2025.06.18 18:39:20.961396 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:20.961501 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:20.961568 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:20.961989 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:20.962023 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:20.962327 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.18 18:39:20.962529 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:20.962660 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} executeQuery: Read 23 rows, 1.73 KiB in 0.001184 sec., 19425.675675675677 rows/sec., 1.43 MiB/sec. 2025.06.18 18:39:20.962696 [ 276 ] {e70d66c3-a70e-4d16-bf14-cf0bdee7ade0} TCPHandler: Processed in 0.001351479 sec. 2025.06.18 18:39:20.962816 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:20.962914 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:20.962954 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:20.963386 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:20.963421 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:20.963726 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.18 18:39:20.963938 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:20.964065 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} executeQuery: Read 87 rows, 6.96 KiB in 0.001171 sec., 74295.47395388556 rows/sec., 5.80 MiB/sec. 2025.06.18 18:39:20.964103 [ 276 ] {c7e1b954-c247-41c0-96e5-ee917869f925} TCPHandler: Processed in 0.001336598 sec. 2025.06.18 18:39:20.964212 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:20.964307 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:20.964351 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:20.964758 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:20.964792 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:20.965129 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.18 18:39:20.965334 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:20.965463 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2025.06.18 18:39:20.965500 [ 276 ] {8f8e8b0f-cdd7-4504-86e6-cc9ce78ee45d} TCPHandler: Processed in 0.001337258 sec. 2025.06.18 18:39:20.965605 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:20.965699 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:20.965755 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:20.966564 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:20.966599 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:20.967110 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.18 18:39:20.967331 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:20.967465 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} executeQuery: Read 23 rows, 42.20 KiB in 0.001785 sec., 12885.154061624651 rows/sec., 23.09 MiB/sec. 2025.06.18 18:39:20.967528 [ 276 ] {0dd287e5-11e8-4f2e-b281-cbb5778ba0ca} TCPHandler: Processed in 0.001971817 sec. 2025.06.18 18:39:20.967639 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:20.967735 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:20.967776 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:20.968110 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:20.968145 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:20.968448 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.18 18:39:20.968653 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:20.968778 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.06.18 18:39:20.968812 [ 276 ] {a7e5095a-272e-47ac-83ac-9e36018b3a2c} TCPHandler: Processed in 0.001222617 sec. 2025.06.18 18:39:21.473634 [ 76 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.06.18 18:39:21.473734 [ 76 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:21.473772 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:21.473882 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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.18 18:39:21.473993 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:21.474021 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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.18 18:39:21.474078 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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.18 18:39:21.474123 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2025.06.18 18:39:21.474166 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2025.06.18 18:39:21.474202 [ 189 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2025.06.18 18:39:21.474880 [ 198 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001029494 sec., 31083.2311795892 rows/sec., 2.59 MiB/sec. 2025.06.18 18:39:21.475082 [ 196 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.06.18 18:39:21.475440 [ 196 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:39:21.475526 [ 196 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_9_2} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.06.18 18:39:21.475635 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.18 18:39:21.578923 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 2025.06.18 18:39:21.579355 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:21.579395 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:21.579840 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.18 18:39:21.580084 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:39:21.580213 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 2025.06.18 18:39:22.317059 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.06.18 18:39:22.334742 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:22.334796 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:22.340904 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.18 18:39:22.341612 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:39:22.344743 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.06.18 18:39:24.113652 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 714 2025.06.18 18:39:24.115744 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:24.115988 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:24.117214 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.18 18:39:24.117469 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:39:24.117622 [ 150 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.18 18:39:24.117686 [ 150 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:24.117705 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. 2025.06.18 18:39:24.117717 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 714 2025.06.18 18:39:24.117833 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:39:24.118739 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:24.118990 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 562 rows starting from the beginning of the part 2025.06.18 18:39:24.119425 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2025.06.18 18:39:24.119812 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part 2025.06.18 18:39:24.120183 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2025.06.18 18:39:24.120544 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part 2025.06.18 18:39:24.120922 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2025.06.18 18:39:24.127266 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 72 columns (72 merged, 0 gathered) in 0.009489931 sec., 75237.63871412764 rows/sec., 63.88 MiB/sec. 2025.06.18 18:39:24.128110 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.18 18:39:24.128616 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:39:24.128686 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_21_4} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.18 18:39:24.128858 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2025.06.18 18:39:25.000244 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 239.42 MiB, peak 244.57 MiB, free memory in arenas 0.00 B, will set to 240.46 MiB (RSS), difference: 1.04 MiB 2025.06.18 18:39:25.959878 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:25.960070 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:39:25.960139 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:39:25.960773 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:25.960825 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:25.961200 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:39:25.961436 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:39:25.961597 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} executeQuery: Read 2 rows, 167.00 B in 0.001576 sec., 1269.0355329949239 rows/sec., 103.48 KiB/sec. 2025.06.18 18:39:25.961647 [ 276 ] {8de89546-85ba-45cb-9356-b4f6f78e0a55} TCPHandler: Processed in 0.001909976 sec. 2025.06.18 18:39:25.961771 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:25.961883 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:25.961926 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:25.962381 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:25.962418 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:25.962736 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.18 18:39:25.962946 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:25.963075 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} executeQuery: Read 91 rows, 7.78 KiB in 0.001216 sec., 74835.52631578947 rows/sec., 6.25 MiB/sec. 2025.06.18 18:39:25.963113 [ 276 ] {6e3082d1-2a92-4d5f-a2f6-f1fb944fad15} TCPHandler: Processed in 0.001393059 sec. 2025.06.18 18:39:25.963227 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:25.963330 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:25.963369 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:25.963769 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:25.963806 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:25.964097 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.18 18:39:25.964308 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:25.964441 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} executeQuery: Read 19 rows, 1.42 KiB in 0.001132 sec., 16784.45229681979 rows/sec., 1.22 MiB/sec. 2025.06.18 18:39:25.964446 [ 148 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.18 18:39:25.964478 [ 276 ] {47125701-2b8d-43dd-89cc-6d8ede519482} TCPHandler: Processed in 0.001298998 sec. 2025.06.18 18:39:25.964517 [ 148 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:25.964542 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:25.964606 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:25.964663 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:39:25.964705 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:25.964758 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:25.964823 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:25.964867 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 174 rows starting from the beginning of the part 2025.06.18 18:39:25.964941 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 17 rows starting from the beginning of the part 2025.06.18 18:39:25.964993 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part 2025.06.18 18:39:25.965042 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 17 rows starting from the beginning of the part 2025.06.18 18:39:25.965080 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part 2025.06.18 18:39:25.965121 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 19 rows starting from the beginning of the part 2025.06.18 18:39:25.965195 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:25.965238 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:25.965665 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.18 18:39:25.965909 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:25.965954 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 5 columns (5 merged, 0 gathered) in 0.001350778 sec., 208028.26223109942 rows/sec., 14.87 MiB/sec. 2025.06.18 18:39:25.966041 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} executeQuery: Read 83 rows, 6.64 KiB in 0.001355 sec., 61254.612546125456 rows/sec., 4.79 MiB/sec. 2025.06.18 18:39:25.966083 [ 276 ] {cad93a48-5a82-46dc-a2d6-e1ec4dcacd23} TCPHandler: Processed in 0.001525881 sec. 2025.06.18 18:39:25.966155 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.18 18:39:25.966196 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:25.966302 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:25.966348 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:25.966486 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:25.966571 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_36_7} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.18 18:39:25.966671 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:39:25.966784 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:25.966825 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:25.967172 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.18 18:39:25.967386 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:25.967517 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} executeQuery: Read 161 rows, 11.48 KiB in 0.001233 sec., 130575.83130575831 rows/sec., 9.09 MiB/sec. 2025.06.18 18:39:25.967552 [ 276 ] {ad4ae7eb-0989-4394-9093-0fc8d0f23d5e} TCPHandler: Processed in 0.001404529 sec. 2025.06.18 18:39:25.967661 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:25.967760 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:25.967814 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:25.968618 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:25.968654 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:25.969183 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.18 18:39:25.969407 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:25.969542 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} executeQuery: Read 17 rows, 31.19 KiB in 0.0018 sec., 9444.444444444445 rows/sec., 16.92 MiB/sec. 2025.06.18 18:39:25.969603 [ 276 ] {560cd8ed-fe48-4c12-b719-c529defc05de} TCPHandler: Processed in 0.001991268 sec. 2025.06.18 18:39:25.969757 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:25.969850 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:25.969891 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:25.970261 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:25.970297 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:25.970602 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.18 18:39:25.970819 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:25.970948 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2025.06.18 18:39:25.970983 [ 276 ] {b6ba0587-db39-4826-99d2-7fa80ad6494b} TCPHandler: Processed in 0.001283238 sec. 2025.06.18 18:39:29.051940 [ 145 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:39:29.052017 [ 145 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:39:29.080403 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 2025.06.18 18:39:29.080879 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:29.080911 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:29.081367 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.18 18:39:29.081588 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:39:29.081708 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 2025.06.18 18:39:29.844922 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.06.18 18:39:29.862431 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:29.862487 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:29.868355 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.18 18:39:29.869032 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:39:29.871970 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.06.18 18:39:30.958162 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:30.958411 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:30.958490 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:30.959245 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:30.959294 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:30.959689 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.18 18:39:30.959915 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:30.960048 [ 143 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.18 18:39:30.960073 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} executeQuery: Read 102 rows, 8.72 KiB in 0.001717 sec., 59405.94059405941 rows/sec., 4.96 MiB/sec. 2025.06.18 18:39:30.960120 [ 143 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:30.960142 [ 276 ] {4fb94f9a-431b-4d68-9170-01777b37d2af} TCPHandler: Processed in 0.002149479 sec. 2025.06.18 18:39:30.960147 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:30.960282 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:30.960292 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:39:30.960390 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:30.960437 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:30.960438 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:30.960477 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 825 rows starting from the beginning of the part 2025.06.18 18:39:30.960548 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 106 rows starting from the beginning of the part 2025.06.18 18:39:30.960593 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 90 rows starting from the beginning of the part 2025.06.18 18:39:30.960634 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 102 rows starting from the beginning of the part 2025.06.18 18:39:30.960672 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 91 rows starting from the beginning of the part 2025.06.18 18:39:30.960714 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 102 rows starting from the beginning of the part 2025.06.18 18:39:30.960885 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:30.960927 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:30.961250 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.18 18:39:30.961480 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:30.961614 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} executeQuery: Read 23 rows, 1.73 KiB in 0.001248 sec., 18429.48717948718 rows/sec., 1.35 MiB/sec. 2025.06.18 18:39:30.961652 [ 276 ] {9f4c5dc3-25a6-46ff-9190-317a5e72c7d8} TCPHandler: Processed in 0.00142295 sec. 2025.06.18 18:39:30.961756 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:30.961756 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001521001 sec., 865219.6809864031 rows/sec., 74.57 MiB/sec. 2025.06.18 18:39:30.961852 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:30.961898 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:30.962024 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.18 18:39:30.962330 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:30.962333 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:30.962382 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:30.962423 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_41_8} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.18 18:39:30.962525 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.06.18 18:39:30.962706 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.18 18:39:30.962930 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:30.963038 [ 143 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.18 18:39:30.963058 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} executeQuery: Read 87 rows, 6.96 KiB in 0.001226 sec., 70962.47960848287 rows/sec., 5.54 MiB/sec. 2025.06.18 18:39:30.963083 [ 143 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:30.963103 [ 276 ] {93f94997-eb4f-41d2-b6d9-7922d31ce80f} TCPHandler: Processed in 0.001394699 sec. 2025.06.18 18:39:30.963107 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:30.963194 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:39:30.963222 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:30.963290 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:30.963318 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 492 rows starting from the beginning of the part 2025.06.18 18:39:30.963320 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:30.963364 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 95 rows starting from the beginning of the part 2025.06.18 18:39:30.963374 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:30.963407 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 81 rows starting from the beginning of the part 2025.06.18 18:39:30.963447 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 87 rows starting from the beginning of the part 2025.06.18 18:39:30.963479 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 83 rows starting from the beginning of the part 2025.06.18 18:39:30.963512 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 87 rows starting from the beginning of the part 2025.06.18 18:39:30.963814 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:30.963855 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:30.964215 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.18 18:39:30.964297 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 925 rows, containing 5 columns (5 merged, 0 gathered) in 0.001134485 sec., 815347.9332031715 rows/sec., 64.60 MiB/sec. 2025.06.18 18:39:30.964443 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:30.964462 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.18 18:39:30.964563 [ 143 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.18 18:39:30.964582 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} executeQuery: Read 160 rows, 11.41 KiB in 0.001281 sec., 124902.41998438719 rows/sec., 8.70 MiB/sec. 2025.06.18 18:39:30.964607 [ 143 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:30.964629 [ 276 ] {62f4a345-61ae-41b3-abd8-360d74b4cf62} TCPHandler: Processed in 0.00145486 sec. 2025.06.18 18:39:30.964634 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:30.964747 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:30.964753 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:30.964750 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:39:30.964846 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_41_8} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.18 18:39:30.964847 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:30.964907 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:30.964915 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:30.964930 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.06.18 18:39:30.964950 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 6448 rows starting from the beginning of the part 2025.06.18 18:39:30.965024 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 164 rows starting from the beginning of the part 2025.06.18 18:39:30.965078 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2025.06.18 18:39:30.965128 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2025.06.18 18:39:30.965174 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 161 rows starting from the beginning of the part 2025.06.18 18:39:30.965217 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2025.06.18 18:39:30.965784 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:30.965824 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:30.966409 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.18 18:39:30.966642 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:30.966785 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} executeQuery: Read 23 rows, 42.20 KiB in 0.001956 sec., 11758.691206543968 rows/sec., 21.07 MiB/sec. 2025.06.18 18:39:30.966857 [ 276 ] {c644f9c6-566e-4a2f-b8bd-028ff0a222fc} TCPHandler: Processed in 0.00215683 sec. 2025.06.18 18:39:30.966972 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:30.967065 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:30.967107 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:30.967447 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:30.967482 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:30.967645 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 7253 rows, containing 5 columns (5 merged, 0 gathered) in 0.002936141 sec., 2470249.2148708114 rows/sec., 172.73 MiB/sec. 2025.06.18 18:39:30.967790 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.18 18:39:30.968005 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:30.968113 [ 143 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.18 18:39:30.968134 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.06.18 18:39:30.968150 [ 143 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:30.968177 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:30.968179 [ 276 ] {6decdbf4-a422-46f7-a1e8-114b02792643} TCPHandler: Processed in 0.001256107 sec. 2025.06.18 18:39:30.968269 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:39:30.968341 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.18 18:39:30.968389 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:30.968429 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2236 rows starting from the beginning of the part 2025.06.18 18:39:30.968495 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2025.06.18 18:39:30.968541 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:39:30.968584 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2025.06.18 18:39:30.968624 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:39:30.968625 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:30.968662 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2025.06.18 18:39:30.968719 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_41_8} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.18 18:39:30.968808 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2025.06.18 18:39:30.969920 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2536 rows, containing 4 columns (4 merged, 0 gathered) in 0.001696334 sec., 1494988.604838434 rows/sec., 100.00 MiB/sec. 2025.06.18 18:39:30.970121 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.18 18:39:30.970353 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:30.970419 [ 192 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_41_8} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.18 18:39:30.970496 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.06.18 18:39:34.118050 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 740 2025.06.18 18:39:34.120278 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:34.120320 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:34.121477 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.18 18:39:34.121746 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:39:34.121995 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 740 2025.06.18 18:39:35.958211 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:35.958400 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:35.958468 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:35.959145 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:35.959187 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:35.959592 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.18 18:39:35.959817 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:35.959974 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} executeQuery: Read 90 rows, 7.71 KiB in 0.001621 sec., 55521.28315854411 rows/sec., 4.64 MiB/sec. 2025.06.18 18:39:35.960025 [ 276 ] {56f00b16-b980-4254-8fab-d7929aa7b743} TCPHandler: Processed in 0.001944656 sec. 2025.06.18 18:39:35.960151 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:35.960254 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:35.960299 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:35.960727 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:35.960765 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:35.961072 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.18 18:39:35.961272 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:35.961404 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} executeQuery: Read 17 rows, 1.28 KiB in 0.001204 sec., 14119.601328903655 rows/sec., 1.04 MiB/sec. 2025.06.18 18:39:35.961443 [ 276 ] {5a315e92-e6a2-4e58-8245-4a0293bbf40f} TCPHandler: Processed in 0.001376399 sec. 2025.06.18 18:39:35.961544 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:35.961636 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:35.961675 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:35.962176 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:35.962213 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:35.962523 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.18 18:39:35.962742 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:35.962871 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} executeQuery: Read 81 rows, 6.48 KiB in 0.001211 sec., 66886.87035507844 rows/sec., 5.22 MiB/sec. 2025.06.18 18:39:35.962910 [ 276 ] {e1d1f671-c1eb-4761-9b3a-16da337d8325} TCPHandler: Processed in 0.001376349 sec. 2025.06.18 18:39:35.963042 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:35.963144 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:35.963188 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:35.963625 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:35.963662 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:35.964019 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.18 18:39:35.964230 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:35.964360 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2025.06.18 18:39:35.964396 [ 276 ] {bb6b29cd-6f24-46a3-86de-3a9c323703c3} TCPHandler: Processed in 0.00140637 sec. 2025.06.18 18:39:35.964504 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:35.964596 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:35.964650 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:35.965446 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:35.965482 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:35.966010 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.18 18:39:35.966236 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:35.966373 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} executeQuery: Read 17 rows, 31.19 KiB in 0.001793 sec., 9481.316229782487 rows/sec., 16.99 MiB/sec. 2025.06.18 18:39:35.966369 [ 139 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.18 18:39:35.966428 [ 276 ] {4d0e96bd-5625-4ec3-bd50-48c201ad83b1} TCPHandler: Processed in 0.001971528 sec. 2025.06.18 18:39:35.966465 [ 139 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:35.966507 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:35.966552 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:35.966617 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:39:35.966652 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:35.966693 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:35.966827 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:35.966885 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 581 rows starting from the beginning of the part 2025.06.18 18:39:35.967024 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 17 rows starting from the beginning of the part 2025.06.18 18:39:35.967026 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:35.967071 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:35.967148 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part 2025.06.18 18:39:35.967269 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 17 rows starting from the beginning of the part 2025.06.18 18:39:35.967383 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.18 18:39:35.967385 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part 2025.06.18 18:39:35.967497 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 17 rows starting from the beginning of the part 2025.06.18 18:39:35.967607 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:35.967737 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.06.18 18:39:35.967772 [ 276 ] {3bf114b2-14f5-408e-8c7f-04efa48c42be} TCPHandler: Processed in 0.001268077 sec. 2025.06.18 18:39:35.974278 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 19 columns (19 merged, 0 gathered) in 0.007697636 sec., 88078.98944559084 rows/sec., 157.83 MiB/sec. 2025.06.18 18:39:35.975083 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.18 18:39:35.975486 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:35.975569 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_36_7} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.18 18:39:35.975715 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. 2025.06.18 18:39:36.000233 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 242.06 MiB, peak 249.49 MiB, free memory in arenas 0.00 B, will set to 243.13 MiB (RSS), difference: 1.07 MiB 2025.06.18 18:39:36.581935 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 2025.06.18 18:39:36.582631 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:36.582677 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:36.583155 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.18 18:39:36.583384 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:39:36.583517 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 2025.06.18 18:39:36.583532 [ 139 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.18 18:39:36.583606 [ 139 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:36.583630 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:36.583749 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:39:36.583889 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:36.583930 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:39:36.584000 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:39:36.584048 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:39:36.584091 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:39:36.584129 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:39:36.584169 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:39:36.585848 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.00215131 sec., 6606672.213674459 rows/sec., 94.51 MiB/sec. 2025.06.18 18:39:36.586307 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.18 18:39:36.586640 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_31_6} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:39:36.586727 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_31_6} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.18 18:39:36.586845 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.06.18 18:39:37.372190 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.06.18 18:39:37.390029 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:37.390089 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:37.395710 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.18 18:39:37.396418 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:39:37.396733 [ 134 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.18 18:39:37.396805 [ 134 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:37.396828 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:37.396937 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:39:37.399638 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.06.18 18:39:37.401064 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:37.402526 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:39:37.407135 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:39:37.411635 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:39:37.415920 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:39:37.420201 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:39:37.424391 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:39:37.477003 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.080106275 sec., 2921.1194753469686 rows/sec., 15.10 MiB/sec. 2025.06.18 18:39:37.479717 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.18 18:39:37.481688 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_31_6} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:39:37.481773 [ 192 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_31_6} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.18 18:39:37.484392 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.06.18 18:39:38.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 244.24 MiB, peak 254.79 MiB, free memory in arenas 0.00 B, will set to 248.79 MiB (RSS), difference: 4.55 MiB 2025.06.18 18:39:40.954828 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.955083 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} executeQuery: (from [fd00:1122:3344:101::d]:33404) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.18 18:39:40.955452 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.18 18:39:40.955493 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.18 18:39:40.955772 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:39:40.955842 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.18 18:39:40.955984 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.06.18 18:39:40.956021 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.18 18:39:40.956045 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (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.18 18:39:40.956060 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.18 18:39:40.956100 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.18 18:39:40.956121 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 2025.06.18 18:39:40.956914 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} executeQuery: Read 41 rows, 1.65 KiB in 0.001939 sec., 21144.920061887573 rows/sec., 851.66 KiB/sec. 2025.06.18 18:39:40.957017 [ 276 ] {a946f72b-7a3b-4aff-b331-35e37df3fcb6} TCPHandler: Processed in 0.002317622 sec. 2025.06.18 18:39:40.966448 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.966567 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.18 18:39:40.966616 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.18 18:39:40.967209 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:40.967256 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:40.967678 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:39:40.967882 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} oximeter.timeseries_schema (e776f05f-826f-4625-9b38-36fd38dbd49c): 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.18 18:39:40.968026 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} executeQuery: Read 1 rows, 90.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 58.91 KiB/sec. 2025.06.18 18:39:40.968067 [ 276 ] {d37be6fa-27dd-443f-916c-a1649f8266ec} TCPHandler: Processed in 0.001676663 sec. 2025.06.18 18:39:40.968180 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.968275 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:39:40.968317 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:39:40.968747 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:40.968781 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:40.969082 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:39:40.969299 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:39:40.969423 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} executeQuery: Read 24 rows, 2.04 KiB in 0.001165 sec., 20600.85836909871 rows/sec., 1.71 MiB/sec. 2025.06.18 18:39:40.969460 [ 276 ] {46f2feb2-84ca-4b30-8c3b-d56718eceea1} TCPHandler: Processed in 0.001329238 sec. 2025.06.18 18:39:40.969629 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.969723 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:39:40.969764 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:39:40.970145 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:40.970180 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:40.970467 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:39:40.970678 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:39:40.970808 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} executeQuery: Read 2 rows, 167.00 B in 0.001102 sec., 1814.8820326678767 rows/sec., 147.99 KiB/sec. 2025.06.18 18:39:40.970844 [ 276 ] {cc22fd46-3543-4a3b-80bb-3812d7c9aeb5} TCPHandler: Processed in 0.001264648 sec. 2025.06.18 18:39:40.970955 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.971050 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:40.971089 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:40.971576 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:40.971610 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:40.971947 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.18 18:39:40.972159 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:40.972284 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} executeQuery: Read 224 rows, 20.33 KiB in 0.001253 sec., 178770.94972067038 rows/sec., 15.85 MiB/sec. 2025.06.18 18:39:40.972322 [ 276 ] {ee20d2d5-4284-4089-b5a8-d85d89c3273b} TCPHandler: Processed in 0.00141579 sec. 2025.06.18 18:39:40.972440 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.972535 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:40.972574 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:40.972982 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:40.973017 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:40.973314 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.18 18:39:40.973528 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:40.973651 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} executeQuery: Read 37 rows, 2.83 KiB in 0.001135 sec., 32599.11894273128 rows/sec., 2.44 MiB/sec. 2025.06.18 18:39:40.973688 [ 276 ] {2f060df3-7a18-4bfa-95a0-b56e5e837542} TCPHandler: Processed in 0.001297428 sec. 2025.06.18 18:39:40.973802 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.973894 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:39:40.973934 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:39:40.974347 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:40.974380 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:40.974677 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:39:40.974900 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:39:40.975026 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} executeQuery: Read 24 rows, 2.04 KiB in 0.00115 sec., 20869.565217391304 rows/sec., 1.73 MiB/sec. 2025.06.18 18:39:40.975064 [ 276 ] {4fb928b6-7ebc-4e21-8b84-e2ec9d154a00} TCPHandler: Processed in 0.001311568 sec. 2025.06.18 18:39:40.975176 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.975269 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:39:40.975309 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:39:40.975705 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:40.975741 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:40.976046 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.18 18:39:40.976264 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:39:40.976388 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} executeQuery: Read 12 rows, 960.00 B in 0.001137 sec., 10554.089709762533 rows/sec., 824.54 KiB/sec. 2025.06.18 18:39:40.976426 [ 276 ] {0d00ca40-d6d9-4e20-93ef-a5b5aafa6859} TCPHandler: Processed in 0.001297928 sec. 2025.06.18 18:39:40.976539 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.976632 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:40.976671 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:40.977102 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:40.977136 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:40.977441 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.18 18:39:40.977652 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:40.977779 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} executeQuery: Read 125 rows, 10.38 KiB in 0.001165 sec., 107296.13733905579 rows/sec., 8.70 MiB/sec. 2025.06.18 18:39:40.977817 [ 276 ] {5cad3a72-645a-4aa4-a847-59345902e052} TCPHandler: Processed in 0.001326489 sec. 2025.06.18 18:39:40.977937 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.978030 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:40.978073 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:40.978503 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:40.978537 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:40.978872 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.18 18:39:40.979088 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:40.979218 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} executeQuery: Read 269 rows, 19.95 KiB in 0.001206 sec., 223051.4096185738 rows/sec., 16.16 MiB/sec. 2025.06.18 18:39:40.979254 [ 276 ] {0740a82e-1fb0-4bbb-b8ee-ee09a6c3cc97} TCPHandler: Processed in 0.001366459 sec. 2025.06.18 18:39:40.979366 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.979460 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:40.979514 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:40.980292 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:40.980326 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:40.980854 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.18 18:39:40.981096 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:40.981234 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} executeQuery: Read 23 rows, 42.20 KiB in 0.001793 sec., 12827.6631344116 rows/sec., 22.99 MiB/sec. 2025.06.18 18:39:40.981290 [ 276 ] {e37a00cc-b648-4260-a474-f8658b4b33ff} TCPHandler: Processed in 0.001972608 sec. 2025.06.18 18:39:40.981409 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:40.981504 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:40.981545 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:40.981894 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:40.981929 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:40.982240 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.18 18:39:40.982455 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:40.982581 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.06.18 18:39:40.982618 [ 276 ] {72c6c2e3-7990-46af-b1a2-2af61282ecd5} TCPHandler: Processed in 0.001258557 sec. 2025.06.18 18:39:44.052082 [ 125 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:39:44.052130 [ 125 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:39:44.083573 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 2025.06.18 18:39:44.084081 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:44.084132 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:44.084713 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.18 18:39:44.084962 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:39:44.085116 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 2025.06.18 18:39:44.122184 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 776 2025.06.18 18:39:44.124777 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:44.124844 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:44.126225 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.18 18:39:44.126567 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:39:44.127107 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 776 2025.06.18 18:39:44.900668 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.06.18 18:39:44.916080 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:44.916137 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:44.921668 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.18 18:39:44.922387 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:39:44.925059 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.06.18 18:39:45.001148 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000802891 sec. 2025.06.18 18:39:45.959090 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:45.959296 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:45.959370 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:45.960081 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:45.960117 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:45.960528 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.18 18:39:45.960759 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:45.960906 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} executeQuery: Read 90 rows, 7.71 KiB in 0.001663 sec., 54119.06193625977 rows/sec., 4.53 MiB/sec. 2025.06.18 18:39:45.960949 [ 276 ] {59cfec20-e6d2-41d8-aadb-b5464fb9474d} TCPHandler: Processed in 0.001998737 sec. 2025.06.18 18:39:45.961075 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:45.961166 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:45.961205 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:45.961583 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:45.961616 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:45.961898 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.18 18:39:45.962194 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:45.962322 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} executeQuery: Read 17 rows, 1.28 KiB in 0.001164 sec., 14604.810996563572 rows/sec., 1.07 MiB/sec. 2025.06.18 18:39:45.962361 [ 276 ] {1012f5d5-f64f-4fe5-aa5c-5bfdaada90b0} TCPHandler: Processed in 0.001329888 sec. 2025.06.18 18:39:45.962471 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:45.962564 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:45.962605 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:45.963060 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:45.963095 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:45.963401 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.18 18:39:45.963616 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:45.963744 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} executeQuery: Read 81 rows, 6.48 KiB in 0.001197 sec., 67669.17293233082 rows/sec., 5.28 MiB/sec. 2025.06.18 18:39:45.963782 [ 276 ] {6dafe24b-c949-44e0-b0a7-9bcadaaffb1b} TCPHandler: Processed in 0.001360729 sec. 2025.06.18 18:39:45.963899 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:45.963993 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:45.964038 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:45.964457 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:45.964492 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:45.964823 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.18 18:39:45.965044 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:45.965171 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2025.06.18 18:39:45.965208 [ 276 ] {ba356783-8c8b-4619-9be0-b81ab65aaba2} TCPHandler: Processed in 0.001358548 sec. 2025.06.18 18:39:45.965320 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:45.965424 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:45.965481 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:45.966273 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:45.966307 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:45.966858 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.18 18:39:45.967085 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:45.967224 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} executeQuery: Read 17 rows, 31.19 KiB in 0.001819 sec., 9345.794392523365 rows/sec., 16.75 MiB/sec. 2025.06.18 18:39:45.967276 [ 276 ] {9840e5a4-73fa-406d-b9ca-c71e0db39288} TCPHandler: Processed in 0.002005538 sec. 2025.06.18 18:39:45.967393 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:45.967487 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:45.967530 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:45.967871 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:45.967905 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:45.968210 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.18 18:39:45.968422 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:45.968548 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.06.18 18:39:45.968584 [ 276 ] {e3af5a94-3dff-423d-ba77-28e89953fd00} TCPHandler: Processed in 0.001239357 sec. 2025.06.18 18:39:50.960475 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:50.960688 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:50.960763 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:50.961467 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:50.961512 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:50.961911 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.18 18:39:50.962151 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:50.962316 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} executeQuery: Read 102 rows, 8.72 KiB in 0.001683 sec., 60606.06060606061 rows/sec., 5.06 MiB/sec. 2025.06.18 18:39:50.962366 [ 276 ] {14efeb95-6738-4045-9a3c-2825f03d619e} TCPHandler: Processed in 0.002030057 sec. 2025.06.18 18:39:50.962493 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:50.962597 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:50.962641 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:50.963062 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:50.963100 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:50.963448 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.18 18:39:50.963659 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:50.963789 [ 122 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.18 18:39:50.963812 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} executeQuery: Read 23 rows, 1.73 KiB in 0.00124 sec., 18548.387096774193 rows/sec., 1.36 MiB/sec. 2025.06.18 18:39:50.963859 [ 122 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:50.963868 [ 276 ] {8679e335-0458-447d-8855-6283ce9411e1} TCPHandler: Processed in 0.001426359 sec. 2025.06.18 18:39:50.963888 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:50.963988 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:50.964023 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:39:50.964087 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:50.964132 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:50.964190 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:50.964234 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 174 rows starting from the beginning of the part 2025.06.18 18:39:50.964307 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part 2025.06.18 18:39:50.964357 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 17 rows starting from the beginning of the part 2025.06.18 18:39:50.964404 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 37 rows starting from the beginning of the part 2025.06.18 18:39:50.964448 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 17 rows starting from the beginning of the part 2025.06.18 18:39:50.964492 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part 2025.06.18 18:39:50.964591 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:50.964633 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:50.965076 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.18 18:39:50.965311 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:50.965403 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 5 columns (5 merged, 0 gathered) in 0.00143968 sec., 202128.25072238274 rows/sec., 14.55 MiB/sec. 2025.06.18 18:39:50.965453 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} executeQuery: Read 87 rows, 6.96 KiB in 0.001385 sec., 62815.8844765343 rows/sec., 4.91 MiB/sec. 2025.06.18 18:39:50.965496 [ 276 ] {35cf619c-251f-4f50-bb68-161212bdb387} TCPHandler: Processed in 0.001555712 sec. 2025.06.18 18:39:50.965608 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:50.965617 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.18 18:39:50.965706 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:50.965784 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:50.965966 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:50.966059 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_41_8} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.18 18:39:50.966161 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:39:50.966211 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:50.966252 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:50.966596 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.18 18:39:50.966805 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:50.966945 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} executeQuery: Read 160 rows, 11.41 KiB in 0.001258 sec., 127186.00953895072 rows/sec., 8.86 MiB/sec. 2025.06.18 18:39:50.966983 [ 276 ] {6ab9f23a-a7ae-40d2-90a4-8dbb535c3d5b} TCPHandler: Processed in 0.001423179 sec. 2025.06.18 18:39:50.967097 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:50.967193 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:50.967249 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:50.968065 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:50.968102 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:50.968642 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.18 18:39:50.968863 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:50.969002 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} executeQuery: Read 23 rows, 42.20 KiB in 0.001828 sec., 12582.056892778994 rows/sec., 22.55 MiB/sec. 2025.06.18 18:39:50.969063 [ 276 ] {b19544df-92bf-42af-8d7d-9cec849c78ae} TCPHandler: Processed in 0.002015328 sec. 2025.06.18 18:39:50.969207 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:50.969301 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:50.969343 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:50.969729 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:50.969765 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:50.970066 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.18 18:39:50.970277 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:50.970415 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2025.06.18 18:39:50.970451 [ 276 ] {5a448181-a89c-4231-8f43-b4f3bbbb91ba} TCPHandler: Processed in 0.001293678 sec. 2025.06.18 18:39:51.585341 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 2025.06.18 18:39:51.585835 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:51.585883 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:51.586350 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.18 18:39:51.586574 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:39:51.586706 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 2025.06.18 18:39:52.425285 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.06.18 18:39:52.443803 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:52.443880 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:52.449703 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.18 18:39:52.450503 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:39:52.454329 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.06.18 18:39:52.734487 [ 119 ] {} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.06.18 18:39:52.734549 [ 119 ] {} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:52.734570 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:52.734673 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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.18 18:39:52.734784 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:52.734817 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 236 rows starting from the beginning of the part 2025.06.18 18:39:52.734879 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.06.18 18:39:52.734925 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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.18 18:39:52.734989 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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.18 18:39:52.735030 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.06.18 18:39:52.735906 [ 196 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 5 columns (5 merged, 0 gathered) in 0.001274358 sec., 555573.86542871 rows/sec., 38.55 MiB/sec. 2025.06.18 18:39:52.736083 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.06.18 18:39:52.736332 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:39:52.736395 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_9_2} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.06.18 18:39:52.736457 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.18 18:39:53.550096 [ 119 ] {} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.06.18 18:39:53.550194 [ 119 ] {} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:53.550234 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:53.550439 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::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.18 18:39:53.550656 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:53.550710 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 137 rows starting from the beginning of the part 2025.06.18 18:39:53.550815 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.06.18 18:39:53.550889 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part 2025.06.18 18:39:53.550956 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part 2025.06.18 18:39:53.551024 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.06.18 18:39:53.551844 [ 191 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 411 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147374 sec., 278882.2994558063 rows/sec., 20.01 MiB/sec. 2025.06.18 18:39:53.552014 [ 198 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.06.18 18:39:53.552277 [ 198 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:39:53.552346 [ 198 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_9_2} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.06.18 18:39:53.552406 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:39:53.579033 [ 120 ] {} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.06.18 18:39:53.579108 [ 120 ] {} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:53.579137 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:53.579260 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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.18 18:39:53.579415 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:53.579453 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 124 rows starting from the beginning of the part 2025.06.18 18:39:53.579528 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.06.18 18:39:53.579578 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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.18 18:39:53.579623 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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.18 18:39:53.579669 [ 197 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2025.06.18 18:39:53.580461 [ 198 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 5 columns (5 merged, 0 gathered) in 0.001259747 sec., 295297.3890789182 rows/sec., 18.50 MiB/sec. 2025.06.18 18:39:53.580607 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.06.18 18:39:53.580859 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:39:53.580924 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_9_2} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.06.18 18:39:53.580992 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.18 18:39:54.127572 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 800 2025.06.18 18:39:54.129924 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:54.129972 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:54.131190 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.18 18:39:54.131471 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:39:54.131804 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 800 2025.06.18 18:39:55.958512 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:55.958704 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:39:55.958772 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:39:55.959414 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:55.959464 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:55.959867 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:39:55.960092 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:39:55.960252 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} executeQuery: Read 4 rows, 334.00 B in 0.001597 sec., 2504.6963055729493 rows/sec., 204.24 KiB/sec. 2025.06.18 18:39:55.960302 [ 276 ] {7a10146c-1231-48b7-85cf-3268bec2e31e} TCPHandler: Processed in 0.001918276 sec. 2025.06.18 18:39:55.960433 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:55.960534 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:39:55.960578 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:39:55.961047 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:55.961085 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:55.961401 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.18 18:39:55.961604 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:55.961728 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} executeQuery: Read 92 rows, 7.85 KiB in 0.001248 sec., 73717.94871794872 rows/sec., 6.15 MiB/sec. 2025.06.18 18:39:55.961732 [ 115 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.18 18:39:55.961764 [ 276 ] {b44e364e-81d7-4f7a-a808-1afb2fbdc84b} TCPHandler: Processed in 0.00141345 sec. 2025.06.18 18:39:55.961807 [ 115 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:55.961836 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:55.961891 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:55.961930 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:39:55.961982 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:39:55.962025 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:39:55.962041 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:55.962076 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 825 rows starting from the beginning of the part 2025.06.18 18:39:55.962138 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 90 rows starting from the beginning of the part 2025.06.18 18:39:55.962180 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 224 rows starting from the beginning of the part 2025.06.18 18:39:55.962282 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 90 rows starting from the beginning of the part 2025.06.18 18:39:55.962324 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 102 rows starting from the beginning of the part 2025.06.18 18:39:55.962363 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 92 rows starting from the beginning of the part 2025.06.18 18:39:55.962488 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:55.962532 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:55.962888 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.18 18:39:55.963107 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:39:55.963244 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} executeQuery: Read 21 rows, 1.56 KiB in 0.001232 sec., 17045.454545454544 rows/sec., 1.23 MiB/sec. 2025.06.18 18:39:55.963285 [ 276 ] {54832076-a8a8-4ae7-b36c-1c6e074824df} TCPHandler: Processed in 0.001396549 sec. 2025.06.18 18:39:55.963412 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:55.963506 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:39:55.963546 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:39:55.963563 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1423 rows, containing 5 columns (5 merged, 0 gathered) in 0.001630953 sec., 872496.0191985912 rows/sec., 76.01 MiB/sec. 2025.06.18 18:39:55.963743 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.18 18:39:55.963976 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:55.963998 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:39:55.964017 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:55.964083 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_46_9} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.18 18:39:55.964164 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.06.18 18:39:55.964348 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.18 18:39:55.964554 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:55.964670 [ 36 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.18 18:39:55.964680 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} executeQuery: Read 85 rows, 6.80 KiB in 0.001192 sec., 71308.72483221476 rows/sec., 5.57 MiB/sec. 2025.06.18 18:39:55.964741 [ 36 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:55.964758 [ 276 ] {8a06d3d5-6b50-40c1-b913-7af68b13a7a8} TCPHandler: Processed in 0.001395249 sec. 2025.06.18 18:39:55.964767 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:55.964871 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:39:55.964883 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:55.964991 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:55.964992 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:55.965033 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 492 rows starting from the beginning of the part 2025.06.18 18:39:55.965054 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:39:55.965103 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 81 rows starting from the beginning of the part 2025.06.18 18:39:55.965152 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 125 rows starting from the beginning of the part 2025.06.18 18:39:55.965194 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 81 rows starting from the beginning of the part 2025.06.18 18:39:55.965232 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 87 rows starting from the beginning of the part 2025.06.18 18:39:55.965278 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 85 rows starting from the beginning of the part 2025.06.18 18:39:55.965481 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:55.965522 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:55.965854 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.18 18:39:55.966081 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:55.966187 [ 36 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.18 18:39:55.966211 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} executeQuery: Read 162 rows, 11.55 KiB in 0.001237 sec., 130962.00485044462 rows/sec., 9.12 MiB/sec. 2025.06.18 18:39:55.966217 [ 36 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:55.966253 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:55.966255 [ 276 ] {f8087473-0b87-4578-b044-df0f04fb21b7} TCPHandler: Processed in 0.001419309 sec. 2025.06.18 18:39:55.966274 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 951 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145028 sec., 655735.4441900875 rows/sec., 52.26 MiB/sec. 2025.06.18 18:39:55.966321 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:39:55.966396 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:55.966440 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.18 18:39:55.966443 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:55.966490 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 7253 rows starting from the beginning of the part 2025.06.18 18:39:55.966526 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:39:55.966540 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2025.06.18 18:39:55.966593 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 269 rows starting from the beginning of the part 2025.06.18 18:39:55.966603 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:39:55.966631 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2025.06.18 18:39:55.966672 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2025.06.18 18:39:55.966712 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 162 rows starting from the beginning of the part 2025.06.18 18:39:55.966733 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:39:55.966814 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_46_9} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.18 18:39:55.966896 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.18 18:39:55.967501 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:55.967545 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:55.968200 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.18 18:39:55.968448 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:39:55.968596 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} executeQuery: Read 17 rows, 31.19 KiB in 0.002095 sec., 8114.558472553699 rows/sec., 14.54 MiB/sec. 2025.06.18 18:39:55.968662 [ 276 ] {924795e0-22ba-4d03-8a6f-a33302e64f70} TCPHandler: Processed in 0.002328102 sec. 2025.06.18 18:39:55.968780 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:39:55.968876 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:39:55.968918 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:39:55.969261 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:55.969299 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:55.969729 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.18 18:39:55.969991 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:55.970102 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 8164 rows, containing 5 columns (5 merged, 0 gathered) in 0.003808343 sec., 2143714.471096747 rows/sec., 150.03 MiB/sec. 2025.06.18 18:39:55.970117 [ 36 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.18 18:39:55.970144 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} executeQuery: Read 60 rows, 4.14 KiB in 0.001286 sec., 46656.29860031104 rows/sec., 3.14 MiB/sec. 2025.06.18 18:39:55.970151 [ 36 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:55.970185 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:55.970192 [ 276 ] {e7eb70e5-19e5-4eda-a5b8-d1e9bf1eaca6} TCPHandler: Processed in 0.001462531 sec. 2025.06.18 18:39:55.970298 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:39:55.970457 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:39:55.970496 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2536 rows starting from the beginning of the part 2025.06.18 18:39:55.970565 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2025.06.18 18:39:55.970612 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:39:55.970655 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2025.06.18 18:39:55.970697 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:39:55.970741 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2025.06.18 18:39:55.970921 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.18 18:39:55.971242 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:39:55.971311 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_46_9} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.18 18:39:55.971404 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2025.06.18 18:39:55.972205 [ 187 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2836 rows, containing 4 columns (4 merged, 0 gathered) in 0.001964917 sec., 1443317.962030966 rows/sec., 96.62 MiB/sec. 2025.06.18 18:39:55.972433 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.18 18:39:55.972688 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:39:55.972763 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_46_9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.18 18:39:55.972840 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.06.18 18:39:56.000272 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 251.40 MiB, peak 258.32 MiB, free memory in arenas 0.00 B, will set to 253.03 MiB (RSS), difference: 1.63 MiB 2025.06.18 18:39:59.052171 [ 52 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:39:59.052221 [ 52 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:39:59.086950 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 2025.06.18 18:39:59.087473 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:59.087524 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:59.088058 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.18 18:39:59.088297 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:39:59.088451 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 2025.06.18 18:39:59.954548 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.06.18 18:39:59.971823 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:39:59.971892 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:39:59.978668 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.18 18:39:59.979406 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:39:59.982731 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.06.18 18:40:00.959109 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:00.959316 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:00.959395 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:00.960026 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:00.960069 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:00.960459 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.18 18:40:00.960681 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:00.960834 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} executeQuery: Read 102 rows, 8.72 KiB in 0.001571 sec., 64926.79821769574 rows/sec., 5.42 MiB/sec. 2025.06.18 18:40:00.960878 [ 276 ] {47ce8afc-1b99-4dea-9c9b-651948da30db} TCPHandler: Processed in 0.001909996 sec. 2025.06.18 18:40:00.960996 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:00.961096 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:00.961139 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:00.961553 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:00.961587 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:00.961889 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.18 18:40:00.962096 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:00.962225 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} executeQuery: Read 23 rows, 1.73 KiB in 0.001153 sec., 19947.961838681702 rows/sec., 1.46 MiB/sec. 2025.06.18 18:40:00.962260 [ 276 ] {324569ce-dbbb-4ff7-a1d8-ebfa5279abfd} TCPHandler: Processed in 0.001314198 sec. 2025.06.18 18:40:00.962368 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:00.962461 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:00.962502 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:00.962915 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:00.962949 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:00.963247 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.18 18:40:00.963464 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:00.963588 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} executeQuery: Read 87 rows, 6.96 KiB in 0.001146 sec., 75916.23036649213 rows/sec., 5.93 MiB/sec. 2025.06.18 18:40:00.963623 [ 276 ] {79587d0a-6389-48e4-9943-5e81e7614ddd} TCPHandler: Processed in 0.001303868 sec. 2025.06.18 18:40:00.963734 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:00.963825 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:00.963867 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:00.964267 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:00.964300 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:00.964623 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.18 18:40:00.964824 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:00.964968 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2025.06.18 18:40:00.965004 [ 276 ] {ab458189-4380-4421-a723-2139918d938c} TCPHandler: Processed in 0.001317138 sec. 2025.06.18 18:40:00.965110 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:00.965200 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:00.965252 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:00.966005 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:00.966039 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:00.966544 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.18 18:40:00.966761 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:00.966857 [ 49 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.18 18:40:00.966891 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} executeQuery: Read 23 rows, 42.20 KiB in 0.00171 sec., 13450.29239766082 rows/sec., 24.10 MiB/sec. 2025.06.18 18:40:00.966898 [ 49 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:00.966923 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:00.966942 [ 276 ] {1f4f0b3c-6694-45f3-821a-33326910bcff} TCPHandler: Processed in 0.001878846 sec. 2025.06.18 18:40:00.967040 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:40:00.967053 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:00.967191 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:00.967232 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:00.967318 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:00.967391 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 678 rows starting from the beginning of the part 2025.06.18 18:40:00.967520 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part 2025.06.18 18:40:00.967565 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:00.967602 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:00.967619 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 17 rows starting from the beginning of the part 2025.06.18 18:40:00.967717 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 23 rows starting from the beginning of the part 2025.06.18 18:40:00.967817 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 17 rows starting from the beginning of the part 2025.06.18 18:40:00.967915 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part 2025.06.18 18:40:00.967922 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.18 18:40:00.968147 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:00.968278 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.06.18 18:40:00.968313 [ 276 ] {54619ee2-eb55-4c99-ba98-f72957c3b93e} TCPHandler: Processed in 0.001307758 sec. 2025.06.18 18:40:00.972165 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 781 rows, containing 19 columns (19 merged, 0 gathered) in 0.005177952 sec., 150831.83467131405 rows/sec., 270.28 MiB/sec. 2025.06.18 18:40:00.973374 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.18 18:40:00.973729 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:00.973796 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_41_8} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.18 18:40:00.973909 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. 2025.06.18 18:40:01.000149 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 254.29 MiB, peak 261.87 MiB, free memory in arenas 0.00 B, will set to 255.31 MiB (RSS), difference: 1.01 MiB 2025.06.18 18:40:04.132057 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 826 2025.06.18 18:40:04.134210 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:04.134255 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:04.135465 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.18 18:40:04.135747 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:40:04.136008 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 826 2025.06.18 18:40:05.958954 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:05.959141 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:05.959207 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:05.959895 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:05.959936 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:05.960355 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.18 18:40:05.960586 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:05.960745 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} executeQuery: Read 90 rows, 7.71 KiB in 0.00165 sec., 54545.454545454544 rows/sec., 4.56 MiB/sec. 2025.06.18 18:40:05.960792 [ 276 ] {feda39f3-8e13-4741-ae20-5cb60c0a8aee} TCPHandler: Processed in 0.001963607 sec. 2025.06.18 18:40:05.960938 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:05.961072 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:05.961125 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:05.961613 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:05.961652 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:05.962005 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.18 18:40:05.962221 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:05.962358 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} executeQuery: Read 17 rows, 1.28 KiB in 0.001317 sec., 12908.124525436599 rows/sec., 970.63 KiB/sec. 2025.06.18 18:40:05.962398 [ 276 ] {0ad19887-fcc3-4410-b9e7-b6a2b5459dba} TCPHandler: Processed in 0.001524601 sec. 2025.06.18 18:40:05.962511 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:05.962608 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:05.962650 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:05.963087 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:05.963125 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:05.963527 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.18 18:40:05.963781 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:05.963939 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} executeQuery: Read 81 rows, 6.48 KiB in 0.001349 sec., 60044.47739065975 rows/sec., 4.69 MiB/sec. 2025.06.18 18:40:05.963986 [ 276 ] {b86f73ab-3c4c-459b-a98f-e7245eb01312} TCPHandler: Processed in 0.001523901 sec. 2025.06.18 18:40:05.964123 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:05.964239 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:05.964293 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:05.964746 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:05.964784 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:05.965137 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.18 18:40:05.965347 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:05.965482 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} executeQuery: Read 160 rows, 11.41 KiB in 0.001268 sec., 126182.96529968454 rows/sec., 8.79 MiB/sec. 2025.06.18 18:40:05.965520 [ 276 ] {2384036a-3fc1-4ab3-bdbc-02e1ff95b7a9} TCPHandler: Processed in 0.001458671 sec. 2025.06.18 18:40:05.965631 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:05.965725 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:05.965780 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:05.966570 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:05.966608 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:05.967184 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.18 18:40:05.967435 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:05.967579 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} executeQuery: Read 17 rows, 31.19 KiB in 0.001872 sec., 9081.196581196582 rows/sec., 16.27 MiB/sec. 2025.06.18 18:40:05.967642 [ 276 ] {124d7f9e-f619-441f-9f50-5031f755101a} TCPHandler: Processed in 0.002059579 sec. 2025.06.18 18:40:05.967761 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:05.967855 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:05.967897 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:05.968257 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:05.968294 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:05.968620 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.18 18:40:05.968832 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:05.968965 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2025.06.18 18:40:05.969001 [ 276 ] {c8d006d9-41fc-4ed8-abf6-041709cfc19f} TCPHandler: Processed in 0.001290077 sec. 2025.06.18 18:40:06.589438 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 2025.06.18 18:40:06.589890 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:06.589932 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:06.590528 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.18 18:40:06.590765 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:40:06.590907 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 2025.06.18 18:40:07.483716 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.06.18 18:40:07.500647 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:07.500691 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:07.506774 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.18 18:40:07.507489 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:40:07.510334 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.06.18 18:40:10.961133 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:10.961348 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:40:10.961423 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:40:10.962088 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:10.962130 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:10.962519 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:40:10.962744 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:40:10.962909 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} executeQuery: Read 24 rows, 2.04 KiB in 0.001615 sec., 14860.681114551084 rows/sec., 1.23 MiB/sec. 2025.06.18 18:40:10.962959 [ 276 ] {74f68800-411a-49f1-a32a-da98daee74f3} TCPHandler: Processed in 0.001963438 sec. 2025.06.18 18:40:10.963096 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:10.963201 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:40:10.963252 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:40:10.963752 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:10.963790 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:10.964104 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:40:10.964327 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:40:10.964465 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} executeQuery: Read 10 rows, 835.00 B in 0.001289 sec., 7757.9519006982155 rows/sec., 632.61 KiB/sec. 2025.06.18 18:40:10.964504 [ 276 ] {ab65dccb-24f1-43a7-9cd9-a2a7e3390158} TCPHandler: Processed in 0.00146798 sec. 2025.06.18 18:40:10.964615 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:10.964713 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:10.964754 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:10.965283 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:10.965317 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:10.965629 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.18 18:40:10.965835 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:10.965963 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} executeQuery: Read 227 rows, 20.55 KiB in 0.001273 sec., 178318.93165750196 rows/sec., 15.76 MiB/sec. 2025.06.18 18:40:10.966000 [ 276 ] {b9724079-d8c7-4574-92a7-1003eef92b71} TCPHandler: Processed in 0.00143278 sec. 2025.06.18 18:40:10.966108 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:10.966205 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:10.966245 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:10.966668 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:10.966701 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:10.966989 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.18 18:40:10.967193 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:10.967322 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} executeQuery: Read 45 rows, 3.39 KiB in 0.001137 sec., 39577.836411609496 rows/sec., 2.91 MiB/sec. 2025.06.18 18:40:10.967357 [ 276 ] {917df671-cd9d-45ee-ae06-a4b542fe5c28} TCPHandler: Processed in 0.001295697 sec. 2025.06.18 18:40:10.967470 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:10.967563 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:40:10.967602 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:40:10.968004 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:10.968039 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:10.968332 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:40:10.968548 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:40:10.968681 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} executeQuery: Read 24 rows, 2.04 KiB in 0.001135 sec., 21145.374449339208 rows/sec., 1.75 MiB/sec. 2025.06.18 18:40:10.968716 [ 276 ] {9f36e003-7c00-41b5-abfe-d45632ec0b5d} TCPHandler: Processed in 0.001293908 sec. 2025.06.18 18:40:10.968826 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:10.968917 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:40:10.968956 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:40:10.969352 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:10.969385 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:10.969663 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.18 18:40:10.969871 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:40:10.969995 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} executeQuery: Read 12 rows, 960.00 B in 0.001096 sec., 10948.905109489051 rows/sec., 855.38 KiB/sec. 2025.06.18 18:40:10.970031 [ 276 ] {c537437f-6e1e-481c-af3a-4ea00eb19617} TCPHandler: Processed in 0.001253367 sec. 2025.06.18 18:40:10.970138 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:10.970230 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:10.970270 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:10.970755 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:10.970789 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:10.971091 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.18 18:40:10.971298 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:10.971428 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} executeQuery: Read 133 rows, 11.03 KiB in 0.001215 sec., 109465.02057613169 rows/sec., 8.87 MiB/sec. 2025.06.18 18:40:10.971465 [ 276 ] {3c6c9812-34aa-4269-8ff3-60cc725cb172} TCPHandler: Processed in 0.001373669 sec. 2025.06.18 18:40:10.971573 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:10.971665 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:10.971707 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:10.972131 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:10.972164 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:10.972490 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.18 18:40:10.972698 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:10.972827 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} executeQuery: Read 201 rows, 14.75 KiB in 0.001179 sec., 170483.46055979645 rows/sec., 12.22 MiB/sec. 2025.06.18 18:40:10.972862 [ 276 ] {7d1784cd-e15e-4063-82fe-c4c9d5835780} TCPHandler: Processed in 0.001336928 sec. 2025.06.18 18:40:10.972974 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:10.973067 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:10.973122 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:10.973933 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:10.973968 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:10.974489 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.18 18:40:10.974712 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:10.974851 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} executeQuery: Read 23 rows, 42.20 KiB in 0.001801 sec., 12770.682953914491 rows/sec., 22.88 MiB/sec. 2025.06.18 18:40:10.974910 [ 276 ] {3885e7b8-1045-4561-b9f9-f20a9b61995f} TCPHandler: Processed in 0.001983128 sec. 2025.06.18 18:40:10.975022 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:10.975116 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:10.975157 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:10.975500 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:10.975534 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:10.975832 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.18 18:40:10.976047 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:10.976176 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.06.18 18:40:10.976211 [ 276 ] {28447c49-c362-4aa3-9257-e2f12d2b6eff} TCPHandler: Processed in 0.001237877 sec. 2025.06.18 18:40:14.052323 [ 38 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:40:14.052384 [ 38 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:40:14.091056 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 2025.06.18 18:40:14.091565 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:14.091613 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:14.092107 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.18 18:40:14.092336 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:40:14.092478 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 2025.06.18 18:40:14.092517 [ 92 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.18 18:40:14.092593 [ 92 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:14.092619 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:14.092739 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:40:14.092877 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:14.092916 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:40:14.092981 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:40:14.093025 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:40:14.093066 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:40:14.093105 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part 2025.06.18 18:40:14.093142 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part 2025.06.18 18:40:14.095123 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002435114 sec., 6788593.881025693 rows/sec., 97.11 MiB/sec. 2025.06.18 18:40:14.095259 [ 189 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.18 18:40:14.095541 [ 189 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:40:14.095613 [ 189 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_36_7} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.18 18:40:14.095710 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2025.06.18 18:40:14.136173 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 858 2025.06.18 18:40:14.138596 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:14.138650 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:14.139908 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.18 18:40:14.140188 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:40:14.140357 [ 92 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.18 18:40:14.140406 [ 92 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:14.140428 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:14.140523 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:40:14.140567 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 858 2025.06.18 18:40:14.141114 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:14.141256 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 714 rows starting from the beginning of the part 2025.06.18 18:40:14.141627 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part 2025.06.18 18:40:14.141939 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part 2025.06.18 18:40:14.142231 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2025.06.18 18:40:14.142535 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part 2025.06.18 18:40:14.142841 [ 189 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part 2025.06.18 18:40:14.148955 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 858 rows, containing 72 columns (72 merged, 0 gathered) in 0.008475587 sec., 101231.92647305726 rows/sec., 83.90 MiB/sec. 2025.06.18 18:40:14.150269 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.18 18:40:14.150870 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:40:14.150955 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_26_5} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.18 18:40:14.151296 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2025.06.18 18:40:15.010518 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2025.06.18 18:40:15.028531 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:15.028596 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:15.034993 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.18 18:40:15.035698 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:40:15.036007 [ 71 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.18 18:40:15.036073 [ 71 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:15.036094 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. 2025.06.18 18:40:15.036193 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:40:15.038793 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2025.06.18 18:40:15.039246 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:15.040043 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:40:15.043359 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:40:15.046597 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:40:15.050385 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:40:15.054359 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:40:15.058149 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2025.06.18 18:40:15.111514 [ 194 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.0753573 sec., 3596.2010316187016 rows/sec., 18.60 MiB/sec. 2025.06.18 18:40:15.113569 [ 194 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.18 18:40:15.115449 [ 194 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_36_7} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:40:15.115541 [ 194 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_36_7} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.18 18:40:15.117022 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.06.18 18:40:15.959390 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:15.959601 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:15.959674 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:15.960383 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:15.960425 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:15.960817 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.18 18:40:15.961073 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:15.961241 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} executeQuery: Read 90 rows, 7.71 KiB in 0.001692 sec., 53191.48936170213 rows/sec., 4.45 MiB/sec. 2025.06.18 18:40:15.961295 [ 276 ] {7b0d1c01-7939-42bf-9d5b-6919c379b7a8} TCPHandler: Processed in 0.002041458 sec. 2025.06.18 18:40:15.961421 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:15.961525 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:15.961568 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:15.962012 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:15.962050 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:15.962356 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.18 18:40:15.962566 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:15.962702 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} executeQuery: Read 17 rows, 1.28 KiB in 0.001202 sec., 14143.094841930117 rows/sec., 1.04 MiB/sec. 2025.06.18 18:40:15.962709 [ 64 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.18 18:40:15.962739 [ 276 ] {ea2533f0-ce52-49dc-9a65-076b15a00889} TCPHandler: Processed in 0.001369359 sec. 2025.06.18 18:40:15.962778 [ 64 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:15.962805 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:15.962861 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:15.962910 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:40:15.962960 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:15.963003 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:15.963050 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:15.963102 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 174 rows starting from the beginning of the part 2025.06.18 18:40:15.963180 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 21 rows starting from the beginning of the part 2025.06.18 18:40:15.963237 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 23 rows starting from the beginning of the part 2025.06.18 18:40:15.963286 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 17 rows starting from the beginning of the part 2025.06.18 18:40:15.963332 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 45 rows starting from the beginning of the part 2025.06.18 18:40:15.963381 [ 192 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 17 rows starting from the beginning of the part 2025.06.18 18:40:15.963415 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:15.963463 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:15.964130 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.18 18:40:15.964376 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:15.964510 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} executeQuery: Read 81 rows, 6.48 KiB in 0.001573 sec., 51493.960584869674 rows/sec., 4.02 MiB/sec. 2025.06.18 18:40:15.964526 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 297 rows, containing 5 columns (5 merged, 0 gathered) in 0.001667603 sec., 178099.9434517688 rows/sec., 12.80 MiB/sec. 2025.06.18 18:40:15.964546 [ 276 ] {0838e5e9-17b5-43d1-b1d2-5a3d9343e996} TCPHandler: Processed in 0.001740784 sec. 2025.06.18 18:40:15.964688 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:15.964728 [ 197 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.18 18:40:15.964780 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:15.964826 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:15.965003 [ 197 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:15.965085 [ 197 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_46_9} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.18 18:40:15.965175 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:40:15.965235 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:15.965273 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:15.965667 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.18 18:40:15.965888 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:15.966019 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2025.06.18 18:40:15.966056 [ 276 ] {9e40b7b7-34bc-4454-8f22-22a59b29fab8} TCPHandler: Processed in 0.001400239 sec. 2025.06.18 18:40:15.966165 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:15.966259 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:15.966315 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:15.967105 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:15.967141 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:15.967690 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.18 18:40:15.967914 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:15.968049 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} executeQuery: Read 17 rows, 31.19 KiB in 0.001808 sec., 9402.654867256637 rows/sec., 16.85 MiB/sec. 2025.06.18 18:40:15.968101 [ 276 ] {54287017-7a4c-47ef-abd9-83aefc0b18ad} TCPHandler: Processed in 0.001984287 sec. 2025.06.18 18:40:15.968219 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:15.968313 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:15.968355 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:15.968699 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:15.968734 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:15.969044 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.18 18:40:15.969256 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:15.969382 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.06.18 18:40:15.969418 [ 276 ] {3f5adda3-9ab5-4214-a925-73e5c2ea661f} TCPHandler: Processed in 0.001247877 sec. 2025.06.18 18:40:16.000258 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 257.13 MiB, peak 268.56 MiB, free memory in arenas 0.00 B, will set to 259.61 MiB (RSS), difference: 2.48 MiB 2025.06.18 18:40:20.960475 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:20.960685 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:20.960760 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:20.961468 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:20.961508 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:20.961914 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.18 18:40:20.962150 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:20.962279 [ 109 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.18 18:40:20.962310 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} executeQuery: Read 102 rows, 8.72 KiB in 0.00168 sec., 60714.28571428571 rows/sec., 5.07 MiB/sec. 2025.06.18 18:40:20.962316 [ 109 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:20.962344 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:20.962362 [ 276 ] {88c481ef-2b09-4aeb-880e-beddba8910af} TCPHandler: Processed in 0.002025488 sec. 2025.06.18 18:40:20.962474 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:40:20.962491 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:20.962631 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:20.962633 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:20.962681 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:20.962686 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 826 rows starting from the beginning of the part 2025.06.18 18:40:20.962769 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 102 rows starting from the beginning of the part 2025.06.18 18:40:20.962815 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 90 rows starting from the beginning of the part 2025.06.18 18:40:20.962859 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 227 rows starting from the beginning of the part 2025.06.18 18:40:20.962900 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 90 rows starting from the beginning of the part 2025.06.18 18:40:20.962941 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 102 rows starting from the beginning of the part 2025.06.18 18:40:20.963114 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:20.963157 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:20.963486 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.18 18:40:20.963728 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:20.963865 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} executeQuery: Read 23 rows, 1.73 KiB in 0.001264 sec., 18196.20253164557 rows/sec., 1.34 MiB/sec. 2025.06.18 18:40:20.963904 [ 276 ] {15d6c1a8-ed3c-4eac-a1a9-57581f96f191} TCPHandler: Processed in 0.00146539 sec. 2025.06.18 18:40:20.964076 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:20.964080 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1437 rows, containing 5 columns (5 merged, 0 gathered) in 0.001667633 sec., 861700.3861161299 rows/sec., 75.05 MiB/sec. 2025.06.18 18:40:20.964175 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:20.964220 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:20.964364 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.18 18:40:20.964650 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:20.964695 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:20.964748 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:20.964864 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_51_10} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.18 18:40:20.964979 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.18 18:40:20.965030 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.18 18:40:20.965258 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:20.965365 [ 109 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.18 18:40:20.965391 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} executeQuery: Read 87 rows, 6.96 KiB in 0.001237 sec., 70331.44704931285 rows/sec., 5.49 MiB/sec. 2025.06.18 18:40:20.965397 [ 109 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:20.965422 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:20.965431 [ 276 ] {c0e4c237-d2a2-4874-9d54-dae42d87bf31} TCPHandler: Processed in 0.00140541 sec. 2025.06.18 18:40:20.965505 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:40:20.965545 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:20.965619 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:20.965649 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:20.965657 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 492 rows starting from the beginning of the part 2025.06.18 18:40:20.965701 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:20.965737 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 87 rows starting from the beginning of the part 2025.06.18 18:40:20.965790 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 81 rows starting from the beginning of the part 2025.06.18 18:40:20.965832 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 133 rows starting from the beginning of the part 2025.06.18 18:40:20.965872 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 81 rows starting from the beginning of the part 2025.06.18 18:40:20.965916 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 87 rows starting from the beginning of the part 2025.06.18 18:40:20.966140 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:20.966183 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:20.966573 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.18 18:40:20.966805 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:20.966868 [ 190 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 961 rows, containing 5 columns (5 merged, 0 gathered) in 0.00140359 sec., 684672.874557385 rows/sec., 54.58 MiB/sec. 2025.06.18 18:40:20.966900 [ 109 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.18 18:40:20.966931 [ 109 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:20.966938 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} executeQuery: Read 160 rows, 11.41 KiB in 0.001309 sec., 122230.71046600457 rows/sec., 8.51 MiB/sec. 2025.06.18 18:40:20.966947 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:20.967010 [ 276 ] {5c05d738-4e3d-4bfc-9cc1-ed8190291c18} TCPHandler: Processed in 0.001514961 sec. 2025.06.18 18:40:20.967014 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.18 18:40:20.967089 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:40:20.967127 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:20.967209 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:20.967230 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:20.967253 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 8164 rows starting from the beginning of the part 2025.06.18 18:40:20.967293 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:20.967336 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:40:20.967352 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:20.967412 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2025.06.18 18:40:20.967447 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_51_10} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.18 18:40:20.967479 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 201 rows starting from the beginning of the part 2025.06.18 18:40:20.967530 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.06.18 18:40:20.967541 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:40:20.967594 [ 191 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2025.06.18 18:40:20.968191 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:20.968235 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:20.969052 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.18 18:40:20.969311 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:20.969468 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} executeQuery: Read 23 rows, 42.20 KiB in 0.002257 sec., 10190.5183872397 rows/sec., 18.26 MiB/sec. 2025.06.18 18:40:20.969538 [ 276 ] {eef0016e-11e8-4f0d-9681-5a93edee2ee4} TCPHandler: Processed in 0.002461134 sec. 2025.06.18 18:40:20.969657 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:20.969754 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:20.969797 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:20.970150 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:20.970187 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:20.970647 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.18 18:40:20.970886 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:20.970990 [ 109 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.18 18:40:20.971018 [ 109 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:20.971024 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} executeQuery: Read 60 rows, 4.14 KiB in 0.00129 sec., 46511.62790697675 rows/sec., 3.13 MiB/sec. 2025.06.18 18:40:20.971035 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:20.971062 [ 276 ] {97bf9f14-0b3d-4282-8eac-7b24bc251474} TCPHandler: Processed in 0.00145525 sec. 2025.06.18 18:40:20.971124 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:40:20.971256 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:20.971295 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2836 rows starting from the beginning of the part 2025.06.18 18:40:20.971364 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:40:20.971414 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2025.06.18 18:40:20.971459 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2025.06.18 18:40:20.971501 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:40:20.971543 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2025.06.18 18:40:20.971549 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 9005 rows, containing 5 columns (5 merged, 0 gathered) in 0.004517612 sec., 1993309.7397474595 rows/sec., 139.53 MiB/sec. 2025.06.18 18:40:20.971772 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.18 18:40:20.972089 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:20.972174 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_51_10} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.18 18:40:20.972251 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. 2025.06.18 18:40:20.972891 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3136 rows, containing 4 columns (4 merged, 0 gathered) in 0.001808185 sec., 1734335.8118776565 rows/sec., 116.18 MiB/sec. 2025.06.18 18:40:20.973162 [ 201 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.18 18:40:20.973437 [ 201 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:20.973519 [ 201 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_51_10} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.18 18:40:20.973597 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.06.18 18:40:21.000177 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 260.15 MiB, peak 268.56 MiB, free memory in arenas 0.00 B, will set to 261.19 MiB (RSS), difference: 1.03 MiB 2025.06.18 18:40:21.531193 [ 109 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.06.18 18:40:21.531259 [ 109 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:21.531284 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:21.531426 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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.18 18:40:21.531595 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:21.531638 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 16 rows starting from the beginning of the part 2025.06.18 18:40:21.531717 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2025.06.18 18:40:21.531768 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2025.06.18 18:40:21.531816 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2025.06.18 18:40:21.531861 [ 187 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2025.06.18 18:40:21.532621 [ 195 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.001250907 sec., 27180.277990290244 rows/sec., 2.27 MiB/sec. 2025.06.18 18:40:21.532814 [ 186 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.06.18 18:40:21.533152 [ 186 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:40:21.533238 [ 186 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_13_3} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.06.18 18:40:21.533344 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.18 18:40:21.592835 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 2025.06.18 18:40:21.593320 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:21.593356 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:21.593821 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.18 18:40:21.594050 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:40:21.594191 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 2025.06.18 18:40:22.539098 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2025.06.18 18:40:22.554616 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:22.554675 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:22.560328 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.18 18:40:22.561023 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:40:22.563708 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.06.18 18:40:24.141104 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 882 2025.06.18 18:40:24.143432 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:24.143490 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:24.144693 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.18 18:40:24.144987 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:40:24.145358 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 882 2025.06.18 18:40:25.960129 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:25.960343 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:40:25.960418 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:40:25.961047 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:25.961092 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:25.961477 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:40:25.961731 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:40:25.961896 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} executeQuery: Read 2 rows, 167.00 B in 0.001605 sec., 1246.105919003115 rows/sec., 101.61 KiB/sec. 2025.06.18 18:40:25.961946 [ 276 ] {756823a9-8691-46c6-bc9c-a50fca8769d6} TCPHandler: Processed in 0.001956717 sec. 2025.06.18 18:40:25.962071 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:25.962174 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:25.962219 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:25.962682 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:25.962720 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:25.963020 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.18 18:40:25.963228 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:25.963355 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} executeQuery: Read 91 rows, 7.78 KiB in 0.001248 sec., 72916.66666666667 rows/sec., 6.09 MiB/sec. 2025.06.18 18:40:25.963391 [ 276 ] {b8d368d8-842b-41df-b2d3-b2aae3d3178b} TCPHandler: Processed in 0.001417629 sec. 2025.06.18 18:40:25.963495 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:25.963585 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:25.963624 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:25.964093 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:25.964131 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:25.964432 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.18 18:40:25.964646 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:25.964780 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} executeQuery: Read 19 rows, 1.42 KiB in 0.001154 sec., 16464.471403812822 rows/sec., 1.20 MiB/sec. 2025.06.18 18:40:25.964818 [ 276 ] {d6026d2d-6f0f-4316-97b7-eedbbcf2f783} TCPHandler: Processed in 0.001318419 sec. 2025.06.18 18:40:25.964924 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:25.965020 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:25.965060 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:25.965481 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:25.965517 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:25.965821 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.18 18:40:25.966053 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:25.966184 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} executeQuery: Read 83 rows, 6.64 KiB in 0.001183 sec., 70160.60862214708 rows/sec., 5.48 MiB/sec. 2025.06.18 18:40:25.966222 [ 276 ] {33166a62-43cb-42e4-8aef-4b1f46922f2c} TCPHandler: Processed in 0.001346029 sec. 2025.06.18 18:40:25.966332 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:25.966428 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:25.966472 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:25.966880 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:25.966918 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:25.967254 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.18 18:40:25.967483 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:25.967615 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} executeQuery: Read 161 rows, 11.48 KiB in 0.001206 sec., 133499.17081260364 rows/sec., 9.30 MiB/sec. 2025.06.18 18:40:25.967653 [ 276 ] {23deefc7-348a-41e1-9c6a-9f5df6ff3188} TCPHandler: Processed in 0.001370539 sec. 2025.06.18 18:40:25.967772 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:25.967876 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:25.967932 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:25.968765 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:25.968803 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:25.969352 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.18 18:40:25.969583 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:25.969702 [ 103 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.18 18:40:25.969725 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} executeQuery: Read 17 rows, 31.19 KiB in 0.001869 sec., 9095.773140716961 rows/sec., 16.30 MiB/sec. 2025.06.18 18:40:25.969774 [ 103 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:25.969799 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:25.969809 [ 276 ] {317eaf6b-3797-49b4-a1d9-4618fd5c5e9a} TCPHandler: Processed in 0.002090978 sec. 2025.06.18 18:40:25.969923 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:40:25.969942 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:25.970055 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:25.970098 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:25.970169 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:25.970229 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 781 rows starting from the beginning of the part 2025.06.18 18:40:25.970361 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 17 rows starting from the beginning of the part 2025.06.18 18:40:25.970456 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:25.970467 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 23 rows starting from the beginning of the part 2025.06.18 18:40:25.970500 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:25.970581 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 17 rows starting from the beginning of the part 2025.06.18 18:40:25.970689 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 23 rows starting from the beginning of the part 2025.06.18 18:40:25.970793 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 17 rows starting from the beginning of the part 2025.06.18 18:40:25.970841 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.18 18:40:25.971074 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:25.971215 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} executeQuery: Read 60 rows, 4.14 KiB in 0.001179 sec., 50890.58524173028 rows/sec., 3.43 MiB/sec. 2025.06.18 18:40:25.971254 [ 276 ] {b562fe18-de2f-4ae9-99d7-5b98ba3ed61c} TCPHandler: Processed in 0.001362188 sec. 2025.06.18 18:40:25.985645 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 878 rows, containing 19 columns (19 merged, 0 gathered) in 0.015782368 sec., 55631.702416266045 rows/sec., 99.69 MiB/sec. 2025.06.18 18:40:25.986647 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.18 18:40:25.986975 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:25.987052 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_46_9} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.18 18:40:25.987163 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. 2025.06.18 18:40:26.000173 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 262.16 MiB, peak 269.69 MiB, free memory in arenas 0.00 B, will set to 264.55 MiB (RSS), difference: 2.38 MiB 2025.06.18 18:40:29.052428 [ 98 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:40:29.052481 [ 98 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:40:29.094367 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 2025.06.18 18:40:29.094861 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:29.094901 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:29.095374 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.18 18:40:29.095605 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:40:29.095736 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 2025.06.18 18:40:30.063879 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.06.18 18:40:30.080136 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:30.080192 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:30.086097 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.18 18:40:30.086806 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:40:30.089491 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.06.18 18:40:30.959916 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:30.960100 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:30.960163 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:30.960818 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:30.960854 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:30.961219 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.18 18:40:30.961441 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:30.961589 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} executeQuery: Read 102 rows, 8.72 KiB in 0.001537 sec., 66363.04489264802 rows/sec., 5.54 MiB/sec. 2025.06.18 18:40:30.961630 [ 276 ] {b72b3fb9-d908-49e9-8a22-d6da01bede21} TCPHandler: Processed in 0.001840165 sec. 2025.06.18 18:40:30.961750 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:30.961844 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:30.961884 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:30.962276 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:30.962310 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:30.962596 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.18 18:40:30.962812 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:30.962936 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} executeQuery: Read 23 rows, 1.73 KiB in 0.001111 sec., 20702.0702070207 rows/sec., 1.52 MiB/sec. 2025.06.18 18:40:30.962973 [ 276 ] {5608b668-8dfe-4722-8e4f-164f2a2f7bce} TCPHandler: Processed in 0.001271567 sec. 2025.06.18 18:40:30.963072 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:30.963164 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:30.963203 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:30.963608 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:30.963642 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:30.963936 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.18 18:40:30.964145 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:30.964267 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} executeQuery: Read 87 rows, 6.96 KiB in 0.00112 sec., 77678.57142857143 rows/sec., 6.07 MiB/sec. 2025.06.18 18:40:30.964303 [ 276 ] {8ed599ae-b4d7-4ce1-9e8c-c47690c9588b} TCPHandler: Processed in 0.001279048 sec. 2025.06.18 18:40:30.964409 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:30.964501 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:30.964543 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:30.964952 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:30.964988 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:30.965302 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.18 18:40:30.965510 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:30.965635 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. 2025.06.18 18:40:30.965671 [ 276 ] {dbe7caef-675d-43af-9f5b-bc52bf4567db} TCPHandler: Processed in 0.001308578 sec. 2025.06.18 18:40:30.965781 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:30.965873 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:30.965925 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:30.966716 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:30.966752 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:30.967265 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.18 18:40:30.967493 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:30.967626 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} executeQuery: Read 23 rows, 42.20 KiB in 0.00177 sec., 12994.350282485875 rows/sec., 23.29 MiB/sec. 2025.06.18 18:40:30.967677 [ 276 ] {9b5fe50b-d1b7-4d42-a2d8-c3a1d2c8ab75} TCPHandler: Processed in 0.001948557 sec. 2025.06.18 18:40:30.967792 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:30.967885 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:30.967925 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:30.968260 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:30.968296 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:30.968597 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.18 18:40:30.968803 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:30.968927 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2025.06.18 18:40:30.968962 [ 276 ] {288f7ece-a2a3-475a-b433-110dd4bfa8ef} TCPHandler: Processed in 0.001218797 sec. 2025.06.18 18:40:34.145653 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 908 2025.06.18 18:40:34.148253 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:34.148297 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:34.149448 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.18 18:40:34.149706 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:40:34.149960 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 908 2025.06.18 18:40:35.958937 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:35.959132 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:35.959198 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:35.959878 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:35.959925 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:35.960327 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.18 18:40:35.960560 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:35.960719 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} executeQuery: Read 90 rows, 7.71 KiB in 0.001638 sec., 54945.054945054944 rows/sec., 4.59 MiB/sec. 2025.06.18 18:40:35.960763 [ 276 ] {e6dccd86-9b3a-4aa6-b36a-a9f54af9d986} TCPHandler: Processed in 0.001965677 sec. 2025.06.18 18:40:35.960889 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:35.960986 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:35.961027 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:35.961434 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:35.961471 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:35.961779 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.18 18:40:35.962012 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:35.962140 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} executeQuery: Read 17 rows, 1.28 KiB in 0.001174 sec., 14480.408858603067 rows/sec., 1.06 MiB/sec. 2025.06.18 18:40:35.962178 [ 276 ] {451a4c74-bd8b-40ba-aa90-91cb9def6843} TCPHandler: Processed in 0.001339439 sec. 2025.06.18 18:40:35.962288 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:35.962383 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:35.962423 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:35.962837 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:35.962873 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:35.963184 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.18 18:40:35.963397 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:35.963525 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} executeQuery: Read 81 rows, 6.48 KiB in 0.001161 sec., 69767.44186046511 rows/sec., 5.45 MiB/sec. 2025.06.18 18:40:35.963562 [ 276 ] {6dcc60e7-5cd1-4990-ae20-b859fcaceba3} TCPHandler: Processed in 0.001324828 sec. 2025.06.18 18:40:35.963673 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:35.963770 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:35.963814 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:35.964232 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:35.964268 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:35.964602 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.18 18:40:35.964821 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:35.964951 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2025.06.18 18:40:35.964989 [ 276 ] {660d15bc-9c55-4aff-94e8-667cc3075918} TCPHandler: Processed in 0.001364699 sec. 2025.06.18 18:40:35.965088 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:35.965183 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:35.965238 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:35.966017 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:35.966053 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:35.966583 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.18 18:40:35.966820 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:35.966962 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} executeQuery: Read 17 rows, 31.19 KiB in 0.001798 sec., 9454.949944382648 rows/sec., 16.94 MiB/sec. 2025.06.18 18:40:35.967016 [ 276 ] {d3534528-ec65-40ba-a891-c246da86b3c1} TCPHandler: Processed in 0.001976607 sec. 2025.06.18 18:40:35.967128 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:35.967224 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:35.967267 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:35.967601 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:35.967637 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:35.967958 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.18 18:40:35.968176 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:35.968308 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2025.06.18 18:40:35.968345 [ 276 ] {4ab9792f-48ef-4ae0-a659-16593ce7c5a9} TCPHandler: Processed in 0.001267917 sec. 2025.06.18 18:40:36.595905 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 2025.06.18 18:40:36.596415 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:36.596463 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:36.596978 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.18 18:40:36.597225 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:40:36.597359 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 2025.06.18 18:40:37.589610 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.06.18 18:40:37.606302 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:37.606371 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:37.612719 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.18 18:40:37.613500 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:40:37.617065 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.06.18 18:40:40.961584 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:40.961781 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:40:40.961852 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:40:40.962513 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:40.962558 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:40.962985 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:40:40.963232 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:40:40.963392 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} executeQuery: Read 24 rows, 2.04 KiB in 0.001661 sec., 14449.127031908489 rows/sec., 1.20 MiB/sec. 2025.06.18 18:40:40.963442 [ 276 ] {19815efe-7049-459b-9773-0566cfad448f} TCPHandler: Processed in 0.001992688 sec. 2025.06.18 18:40:40.963566 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:40.963670 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:40:40.963714 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:40:40.964117 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:40.964153 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:40.964455 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:40:40.964676 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:40:40.964807 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} executeQuery: Read 2 rows, 167.00 B in 0.001162 sec., 1721.170395869191 rows/sec., 140.35 KiB/sec. 2025.06.18 18:40:40.964846 [ 276 ] {ffa3f927-a93e-48dc-8e45-b20e726721c0} TCPHandler: Processed in 0.001333028 sec. 2025.06.18 18:40:40.964957 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:40.965054 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:40.965096 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:40.965618 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:40.965653 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:40.965998 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.18 18:40:40.966226 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:40.966367 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} executeQuery: Read 223 rows, 20.26 KiB in 0.001333 sec., 167291.82295573893 rows/sec., 14.84 MiB/sec. 2025.06.18 18:40:40.966407 [ 276 ] {633d97df-9fc8-4464-8de3-a2f8ab3e691b} TCPHandler: Processed in 0.00149859 sec. 2025.06.18 18:40:40.966523 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:40.966621 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:40.966663 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:40.967072 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:40.967107 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:40.967419 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.18 18:40:40.967644 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:40.967755 [ 81 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.18 18:40:40.967772 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} executeQuery: Read 37 rows, 2.83 KiB in 0.00117 sec., 31623.93162393162 rows/sec., 2.36 MiB/sec. 2025.06.18 18:40:40.967802 [ 81 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:40.967813 [ 276 ] {5e015086-2954-432c-9276-2b0ffc8cab2e} TCPHandler: Processed in 0.001340398 sec. 2025.06.18 18:40:40.967829 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:40.967941 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:40.967964 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:40:40.968037 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:40:40.968083 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:40:40.968122 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:40.968160 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 176 rows starting from the beginning of the part 2025.06.18 18:40:40.968225 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 23 rows starting from the beginning of the part 2025.06.18 18:40:40.968270 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 19 rows starting from the beginning of the part 2025.06.18 18:40:40.968315 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 23 rows starting from the beginning of the part 2025.06.18 18:40:40.968354 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 17 rows starting from the beginning of the part 2025.06.18 18:40:40.968393 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 37 rows starting from the beginning of the part 2025.06.18 18:40:40.968514 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:40.968556 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:40.968904 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:40:40.969142 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:40:40.969276 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} executeQuery: Read 24 rows, 2.04 KiB in 0.001258 sec., 19077.90143084261 rows/sec., 1.58 MiB/sec. 2025.06.18 18:40:40.969292 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 5 columns (5 merged, 0 gathered) in 0.001386629 sec., 212746.16353761533 rows/sec., 15.32 MiB/sec. 2025.06.18 18:40:40.969316 [ 276 ] {d4837320-a52c-4f70-8444-813b6eab4eef} TCPHandler: Processed in 0.00142485 sec. 2025.06.18 18:40:40.969448 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:40.969450 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.18 18:40:40.969547 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:40:40.969594 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:40:40.969724 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:40.969806 [ 193 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_51_10} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.18 18:40:40.969893 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:40:40.969996 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:40.970037 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:40.970341 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.18 18:40:40.970569 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:40:40.970700 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} executeQuery: Read 12 rows, 960.00 B in 0.001171 sec., 10247.651579846286 rows/sec., 800.60 KiB/sec. 2025.06.18 18:40:40.970738 [ 276 ] {9b43c208-c092-4a60-9aab-ba170eb5a437} TCPHandler: Processed in 0.001338928 sec. 2025.06.18 18:40:40.970851 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:40.970948 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:40.970988 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:40.971473 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:40.971507 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:40.971833 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.18 18:40:40.972082 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:40.972220 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} executeQuery: Read 125 rows, 10.38 KiB in 0.00129 sec., 96899.22480620156 rows/sec., 7.86 MiB/sec. 2025.06.18 18:40:40.972258 [ 276 ] {fe2f9bbe-f02a-460f-939c-665243c1e5c2} TCPHandler: Processed in 0.00146136 sec. 2025.06.18 18:40:40.972377 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:40.972473 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:40.972516 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:40.972953 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:40.972989 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:40.973319 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.18 18:40:40.973534 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:40.973667 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} executeQuery: Read 197 rows, 14.47 KiB in 0.001214 sec., 162273.47611202634 rows/sec., 11.64 MiB/sec. 2025.06.18 18:40:40.973704 [ 276 ] {281df1c2-76ca-489a-8ebc-afd89c7575a0} TCPHandler: Processed in 0.001378199 sec. 2025.06.18 18:40:40.973821 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:40.973920 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:40.973976 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:40.974798 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:40.974833 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:40.975379 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.18 18:40:40.975627 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:40.975768 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} executeQuery: Read 23 rows, 42.20 KiB in 0.001866 sec., 12325.830653804931 rows/sec., 22.09 MiB/sec. 2025.06.18 18:40:40.975831 [ 276 ] {bebe89b9-52dd-4417-9b93-b7d523ce2b27} TCPHandler: Processed in 0.002060109 sec. 2025.06.18 18:40:40.975945 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:40.976041 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:40.976083 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:40.976425 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:40.976460 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:40.976770 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.18 18:40:40.976997 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:40.977125 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.06.18 18:40:40.977162 [ 276 ] {e1058c48-c1b4-445f-9522-cc03990f8585} TCPHandler: Processed in 0.001266237 sec. 2025.06.18 18:40:44.052525 [ 79 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:40:44.052601 [ 79 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:40:44.097439 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 2025.06.18 18:40:44.097949 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:44.097996 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:44.098491 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.18 18:40:44.098747 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:40:44.098900 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 2025.06.18 18:40:44.150165 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 940 2025.06.18 18:40:44.152761 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:44.152801 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:44.154002 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.18 18:40:44.154274 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:40:44.154639 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 940 2025.06.18 18:40:45.117170 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.06.18 18:40:45.135547 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:45.135612 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:45.142258 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.18 18:40:45.142975 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:40:45.146594 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.06.18 18:40:45.959799 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:45.959993 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:45.960060 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:45.960746 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:45.960793 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:45.961215 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.18 18:40:45.961455 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:45.961602 [ 66 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.18 18:40:45.961616 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} executeQuery: Read 90 rows, 7.71 KiB in 0.001672 sec., 53827.75119617225 rows/sec., 4.50 MiB/sec. 2025.06.18 18:40:45.961669 [ 66 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:45.961690 [ 276 ] {70220417-f175-4613-b3fc-433ef5c2fe58} TCPHandler: Processed in 0.002027458 sec. 2025.06.18 18:40:45.961695 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:45.961832 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:45.961877 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:40:45.961940 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:45.961989 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:45.962089 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:45.962150 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 827 rows starting from the beginning of the part 2025.06.18 18:40:45.962260 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 91 rows starting from the beginning of the part 2025.06.18 18:40:45.962343 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 102 rows starting from the beginning of the part 2025.06.18 18:40:45.962414 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 90 rows starting from the beginning of the part 2025.06.18 18:40:45.962417 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:45.962473 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:45.962483 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 223 rows starting from the beginning of the part 2025.06.18 18:40:45.962552 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 90 rows starting from the beginning of the part 2025.06.18 18:40:45.962808 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.18 18:40:45.963071 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:45.963227 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} executeQuery: Read 17 rows, 1.28 KiB in 0.00131 sec., 12977.099236641221 rows/sec., 975.82 KiB/sec. 2025.06.18 18:40:45.963276 [ 276 ] {94b52ff7-601a-48d3-aaa1-e913049db000} TCPHandler: Processed in 0.001496851 sec. 2025.06.18 18:40:45.963401 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:45.963511 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:45.963556 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:45.963987 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:45.964007 [ 193 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1423 rows, containing 5 columns (5 merged, 0 gathered) in 0.002220691 sec., 640791.5374088516 rows/sec., 55.82 MiB/sec. 2025.06.18 18:40:45.964024 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:45.964243 [ 188 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.18 18:40:45.964494 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.18 18:40:45.964591 [ 188 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:45.964697 [ 188 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_56_11} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.18 18:40:45.964761 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:45.964801 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.18 18:40:45.964877 [ 66 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.18 18:40:45.964906 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} executeQuery: Read 81 rows, 6.48 KiB in 0.001416 sec., 57203.38983050848 rows/sec., 4.47 MiB/sec. 2025.06.18 18:40:45.964909 [ 66 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:45.964946 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:45.964952 [ 276 ] {a5f8c243-5644-44b4-ab63-68fb58f9bdee} TCPHandler: Processed in 0.001608172 sec. 2025.06.18 18:40:45.965020 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:40:45.965072 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:45.965110 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:45.965139 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 494 rows starting from the beginning of the part 2025.06.18 18:40:45.965175 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:45.965185 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 83 rows starting from the beginning of the part 2025.06.18 18:40:45.965227 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:45.965237 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 87 rows starting from the beginning of the part 2025.06.18 18:40:45.965283 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 81 rows starting from the beginning of the part 2025.06.18 18:40:45.965316 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 125 rows starting from the beginning of the part 2025.06.18 18:40:45.965351 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 81 rows starting from the beginning of the part 2025.06.18 18:40:45.965660 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:45.965701 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:45.966065 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.18 18:40:45.966203 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 951 rows, containing 5 columns (5 merged, 0 gathered) in 0.001212437 sec., 784370.6518359304 rows/sec., 62.51 MiB/sec. 2025.06.18 18:40:45.966295 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:45.966388 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.18 18:40:45.966414 [ 66 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.18 18:40:45.966439 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} executeQuery: Read 160 rows, 11.41 KiB in 0.001284 sec., 124610.59190031153 rows/sec., 8.68 MiB/sec. 2025.06.18 18:40:45.966442 [ 66 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:45.966483 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:45.966485 [ 276 ] {465ea25f-cfd2-48fa-b2fa-d51f5a7c6bec} TCPHandler: Processed in 0.00146245 sec. 2025.06.18 18:40:45.966555 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:40:45.966605 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:45.966648 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:45.966678 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 9005 rows starting from the beginning of the part 2025.06.18 18:40:45.966699 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:45.966712 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:45.966723 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 161 rows starting from the beginning of the part 2025.06.18 18:40:45.966773 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2025.06.18 18:40:45.966776 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:45.966785 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_56_11} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.18 18:40:45.966811 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:40:45.966847 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 197 rows starting from the beginning of the part 2025.06.18 18:40:45.966877 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.18 18:40:45.966884 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2025.06.18 18:40:45.967570 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:45.967612 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:45.968250 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.18 18:40:45.968479 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:45.968620 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} executeQuery: Read 17 rows, 31.19 KiB in 0.001928 sec., 8817.427385892117 rows/sec., 15.80 MiB/sec. 2025.06.18 18:40:45.968674 [ 276 ] {105f99ab-3217-4e81-85d7-256a340057a8} TCPHandler: Processed in 0.002116869 sec. 2025.06.18 18:40:45.968784 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:45.968877 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:45.968918 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:45.969253 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:45.969290 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:45.969674 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.18 18:40:45.969904 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:45.970011 [ 66 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.18 18:40:45.970032 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} executeQuery: Read 60 rows, 4.14 KiB in 0.001173 sec., 51150.895140664965 rows/sec., 3.45 MiB/sec. 2025.06.18 18:40:45.970045 [ 66 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:45.970071 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:45.970073 [ 276 ] {a40bf3ba-298f-48e2-a773-24b0f029173e} TCPHandler: Processed in 0.001336819 sec. 2025.06.18 18:40:45.970149 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:40:45.970261 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:45.970290 [ 197 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 9843 rows, containing 5 columns (5 merged, 0 gathered) in 0.003764602 sec., 2614619.022143642 rows/sec., 183.05 MiB/sec. 2025.06.18 18:40:45.970294 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3136 rows starting from the beginning of the part 2025.06.18 18:40:45.970362 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:40:45.970402 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2025.06.18 18:40:45.970437 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:40:45.970472 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2025.06.18 18:40:45.970511 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2025.06.18 18:40:45.970515 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.18 18:40:45.970835 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:45.970911 [ 200 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_56_11} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.18 18:40:45.970993 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. 2025.06.18 18:40:45.971784 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3436 rows, containing 4 columns (4 merged, 0 gathered) in 0.001670113 sec., 2057345.8203127573 rows/sec., 137.89 MiB/sec. 2025.06.18 18:40:45.972125 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.18 18:40:45.972405 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:45.972468 [ 200 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_56_11} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.18 18:40:45.972539 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.06.18 18:40:50.960181 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:50.960411 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:50.960486 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:50.961190 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:50.961242 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:50.961655 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.18 18:40:50.961893 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:50.962061 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} executeQuery: Read 102 rows, 8.72 KiB in 0.001701 sec., 59964.7266313933 rows/sec., 5.01 MiB/sec. 2025.06.18 18:40:50.962113 [ 276 ] {62832f0f-bd83-4070-9a22-9ab278cb7383} TCPHandler: Processed in 0.002069209 sec. 2025.06.18 18:40:50.962243 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:50.962345 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:50.962388 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:50.962813 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:50.962852 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:50.963180 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.18 18:40:50.963410 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:50.963549 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} executeQuery: Read 23 rows, 1.73 KiB in 0.001229 sec., 18714.40195280716 rows/sec., 1.37 MiB/sec. 2025.06.18 18:40:50.963587 [ 276 ] {d7e99c13-32b3-4b72-9eda-2468bdd96050} TCPHandler: Processed in 0.001396469 sec. 2025.06.18 18:40:50.963690 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:50.963786 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:50.963827 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:50.964280 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:50.964318 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:50.964633 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.18 18:40:50.964850 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:50.965002 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} executeQuery: Read 87 rows, 6.96 KiB in 0.001235 sec., 70445.34412955465 rows/sec., 5.50 MiB/sec. 2025.06.18 18:40:50.965040 [ 276 ] {0fd3ba44-87d9-4423-b394-caf10d5f65b1} TCPHandler: Processed in 0.001398209 sec. 2025.06.18 18:40:50.965152 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:50.965246 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:50.965290 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:50.965703 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:50.965739 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:50.966072 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.18 18:40:50.966287 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:50.966417 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.06.18 18:40:50.966454 [ 276 ] {8f4a10ac-bfef-4dcc-83b7-238cccc35ad9} TCPHandler: Processed in 0.001351239 sec. 2025.06.18 18:40:50.966564 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:50.966665 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:50.966723 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:50.967549 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:50.967587 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:50.968124 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.18 18:40:50.968354 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:50.968473 [ 63 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.18 18:40:50.968494 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} executeQuery: Read 23 rows, 42.20 KiB in 0.001849 sec., 12439.156300703084 rows/sec., 22.29 MiB/sec. 2025.06.18 18:40:50.968546 [ 63 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:50.968569 [ 276 ] {b30762dc-77f9-4a47-876a-343fed7077c7} TCPHandler: Processed in 0.002055358 sec. 2025.06.18 18:40:50.968574 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:50.968694 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:50.968730 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:40:50.968794 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:50.968842 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:50.968984 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:50.969046 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 878 rows starting from the beginning of the part 2025.06.18 18:40:50.969170 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 23 rows starting from the beginning of the part 2025.06.18 18:40:50.969189 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:50.969230 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:50.969272 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 17 rows starting from the beginning of the part 2025.06.18 18:40:50.969369 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 23 rows starting from the beginning of the part 2025.06.18 18:40:50.969456 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 17 rows starting from the beginning of the part 2025.06.18 18:40:50.969547 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 23 rows starting from the beginning of the part 2025.06.18 18:40:50.969561 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.18 18:40:50.969798 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:50.969940 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2025.06.18 18:40:50.969980 [ 276 ] {59319765-4129-4a67-aa7d-5c89c18f980d} TCPHandler: Processed in 0.001337349 sec. 2025.06.18 18:40:50.974844 [ 200 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 981 rows, containing 19 columns (19 merged, 0 gathered) in 0.006175096 sec., 158863.92697376688 rows/sec., 284.68 MiB/sec. 2025.06.18 18:40:50.975816 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.18 18:40:50.976159 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:50.976244 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_51_10} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.18 18:40:50.976368 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.18 MiB. 2025.06.18 18:40:51.000160 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 266.52 MiB, peak 274.65 MiB, free memory in arenas 0.00 B, will set to 267.94 MiB (RSS), difference: 1.42 MiB 2025.06.18 18:40:51.599078 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 2025.06.18 18:40:51.599731 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:51.599785 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:51.600409 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.18 18:40:51.600710 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:40:51.600882 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 2025.06.18 18:40:51.600902 [ 62 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.18 18:40:51.601011 [ 62 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:51.601037 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:51.601218 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:40:51.601366 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:51.601408 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:40:51.601475 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part 2025.06.18 18:40:51.601522 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part 2025.06.18 18:40:51.601560 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part 2025.06.18 18:40:51.601601 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part 2025.06.18 18:40:51.601639 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part 2025.06.18 18:40:51.603614 [ 200 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002478644 sec., 7579950.973193408 rows/sec., 108.43 MiB/sec. 2025.06.18 18:40:51.603936 [ 190 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.18 18:40:51.604238 [ 190 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:40:51.604316 [ 190 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_41_8} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.18 18:40:51.604418 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. 2025.06.18 18:40:52.646754 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.06.18 18:40:52.665725 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:52.665791 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:52.672103 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.18 18:40:52.672823 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:40:52.673143 [ 58 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.18 18:40:52.673209 [ 58 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:52.673229 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:52.673342 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:40:52.676891 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.06.18 18:40:52.677602 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:40:52.679484 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 271 rows starting from the beginning of the part 2025.06.18 18:40:52.684301 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2025.06.18 18:40:52.688976 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:40:52.693687 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:40:52.698483 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:40:52.702464 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:40:52.754564 [ 190 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.081271401 sec., 3802.0754680973205 rows/sec., 19.66 MiB/sec. 2025.06.18 18:40:52.757414 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.18 18:40:52.759707 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:40:52.759827 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_41_8} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.18 18:40:52.762135 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.06.18 18:40:54.154925 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 964 2025.06.18 18:40:54.157148 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:54.157207 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:54.158424 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.18 18:40:54.158705 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:40:54.159073 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 964 2025.06.18 18:40:55.959079 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:55.959273 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:40:55.959343 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:40:55.959970 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:55.960022 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:55.960433 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:40:55.960668 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:40:55.960829 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} executeQuery: Read 4 rows, 334.00 B in 0.001606 sec., 2490.6600249066 rows/sec., 203.10 KiB/sec. 2025.06.18 18:40:55.960907 [ 276 ] {cdab00c8-e5c3-45c3-be46-22d0e3cc252d} TCPHandler: Processed in 0.001965807 sec. 2025.06.18 18:40:55.961035 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:55.961147 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:40:55.961192 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:40:55.961671 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:55.961710 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:55.962070 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.18 18:40:55.962290 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:40:55.962453 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} executeQuery: Read 92 rows, 7.85 KiB in 0.00133 sec., 69172.93233082707 rows/sec., 5.77 MiB/sec. 2025.06.18 18:40:55.962492 [ 276 ] {4fe75ec3-5e57-49bf-99de-edf85986f883} TCPHandler: Processed in 0.00150762 sec. 2025.06.18 18:40:55.962606 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:55.962701 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:40:55.962742 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:40:55.963142 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:55.963177 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:55.963493 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.18 18:40:55.963714 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:40:55.963843 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} executeQuery: Read 21 rows, 1.56 KiB in 0.001161 sec., 18087.855297157625 rows/sec., 1.31 MiB/sec. 2025.06.18 18:40:55.963880 [ 276 ] {a429515b-9f27-4e7f-8a50-920ad1fa4eca} TCPHandler: Processed in 0.001322388 sec. 2025.06.18 18:40:55.963992 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:55.964118 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:40:55.964171 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:40:55.964615 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:55.964654 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:55.964992 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.18 18:40:55.965220 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:40:55.965373 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} executeQuery: Read 85 rows, 6.80 KiB in 0.001275 sec., 66666.66666666666 rows/sec., 5.21 MiB/sec. 2025.06.18 18:40:55.965413 [ 276 ] {c45630be-2d89-4c89-aa68-1759fa4308e6} TCPHandler: Processed in 0.001468971 sec. 2025.06.18 18:40:55.965529 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:55.965623 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:55.965668 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:40:55.966087 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:55.966125 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:55.966469 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.18 18:40:55.966693 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:40:55.966828 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} executeQuery: Read 162 rows, 11.55 KiB in 0.001223 sec., 132461.16107931317 rows/sec., 9.22 MiB/sec. 2025.06.18 18:40:55.966867 [ 276 ] {bd05b518-bd84-4268-a718-7f51e6cccb20} TCPHandler: Processed in 0.00138761 sec. 2025.06.18 18:40:55.966978 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:55.967072 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:40:55.967129 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:40:55.967939 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:55.967977 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:55.968528 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.18 18:40:55.968757 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:40:55.968913 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} executeQuery: Read 17 rows, 31.19 KiB in 0.001858 sec., 9149.623250807319 rows/sec., 16.40 MiB/sec. 2025.06.18 18:40:55.968967 [ 276 ] {958bdddf-1eea-404d-8c47-d07ccfb16fe3} TCPHandler: Processed in 0.002039488 sec. 2025.06.18 18:40:55.969078 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:40:55.969168 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:40:55.969208 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:40:55.969522 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:55.969557 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:55.969857 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.18 18:40:55.970137 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:40:55.970271 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2025.06.18 18:40:55.970308 [ 276 ] {8bd91355-b4b5-4d09-b4fa-9e0824dff93d} TCPHandler: Processed in 0.001272788 sec. 2025.06.18 18:40:59.052888 [ 48 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:40:59.052976 [ 48 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:40:59.101044 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 2025.06.18 18:40:59.101678 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:40:59.101728 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:40:59.102484 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.18 18:40:59.102746 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:40:59.102893 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 2025.06.18 18:41:00.177038 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.06.18 18:41:00.192552 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:00.192618 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:00.199099 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.18 18:41:00.199835 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:41:00.202745 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.06.18 18:41:00.959792 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:00.960007 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:00.960084 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:00.960788 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:00.960835 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:00.961274 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.18 18:41:00.961528 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:00.961691 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} executeQuery: Read 102 rows, 8.72 KiB in 0.001739 sec., 58654.39907993099 rows/sec., 4.90 MiB/sec. 2025.06.18 18:41:00.961741 [ 276 ] {e9b98d4c-4827-48c3-adc8-4c6e23a8656c} TCPHandler: Processed in 0.002090509 sec. 2025.06.18 18:41:00.961868 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:00.961994 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:00.962043 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:00.962469 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:00.962509 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:00.962817 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.18 18:41:00.963036 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:00.963177 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} executeQuery: Read 23 rows, 1.73 KiB in 0.001208 sec., 19039.735099337748 rows/sec., 1.40 MiB/sec. 2025.06.18 18:41:00.963215 [ 276 ] {e5d49a04-eb55-404a-879d-ca01130bc4d6} TCPHandler: Processed in 0.00139844 sec. 2025.06.18 18:41:00.963332 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:00.963429 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:00.963472 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:00.963897 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:00.963934 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:00.964270 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.18 18:41:00.964488 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:00.964622 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} executeQuery: Read 87 rows, 6.96 KiB in 0.001213 sec., 71723.0008244023 rows/sec., 5.60 MiB/sec. 2025.06.18 18:41:00.964661 [ 276 ] {7c7cb972-1179-4fc4-be26-3e0b40d5de10} TCPHandler: Processed in 0.001379059 sec. 2025.06.18 18:41:00.964778 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:00.964875 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:00.964920 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:00.965332 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:00.965366 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:00.965704 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.18 18:41:00.965936 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:00.966062 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2025.06.18 18:41:00.966098 [ 276 ] {aa5e103c-2065-4e84-b077-cd68acf37cec} TCPHandler: Processed in 0.001369269 sec. 2025.06.18 18:41:00.966209 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:00.966303 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:00.966358 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:00.967130 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:00.967165 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:00.967705 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.18 18:41:00.967928 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:00.968066 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} executeQuery: Read 23 rows, 42.20 KiB in 0.001781 sec., 12914.093206064008 rows/sec., 23.14 MiB/sec. 2025.06.18 18:41:00.968128 [ 276 ] {8917ab54-3f72-4ba5-8892-f2fd3d99e967} TCPHandler: Processed in 0.001967627 sec. 2025.06.18 18:41:00.968262 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:00.968356 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:00.968399 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:00.968735 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:00.968770 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:00.969083 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.18 18:41:00.969296 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:00.969424 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.06.18 18:41:00.969460 [ 276 ] {662c8e3a-1625-4078-bb6d-762e432e799c} TCPHandler: Processed in 0.001247087 sec. 2025.06.18 18:41:04.159299 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 990 2025.06.18 18:41:04.161477 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:04.161521 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:04.162738 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.18 18:41:04.162993 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:41:04.163154 [ 42 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.18 18:41:04.163217 [ 42 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:04.163238 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:04.163250 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 990 2025.06.18 18:41:04.163354 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:41:04.163987 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:04.164155 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 858 rows starting from the beginning of the part 2025.06.18 18:41:04.164543 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2025.06.18 18:41:04.164890 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part 2025.06.18 18:41:04.165231 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2025.06.18 18:41:04.165566 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part 2025.06.18 18:41:04.165906 [ 190 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part 2025.06.18 18:41:04.171876 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 990 rows, containing 72 columns (72 merged, 0 gathered) in 0.008563708 sec., 115604.1284920037 rows/sec., 93.95 MiB/sec. 2025.06.18 18:41:04.173232 [ 187 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.18 18:41:04.173768 [ 187 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:41:04.173839 [ 187 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_31_6} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.18 18:41:04.174139 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2025.06.18 18:41:05.959653 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:05.959869 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:05.959948 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:05.960679 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:05.960728 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:05.961201 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.18 18:41:05.961439 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:05.961598 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} executeQuery: Read 90 rows, 7.71 KiB in 0.001783 sec., 50476.72462142456 rows/sec., 4.22 MiB/sec. 2025.06.18 18:41:05.961648 [ 276 ] {47e5381c-bf74-4d1e-b0c8-19003771efc2} TCPHandler: Processed in 0.0021372 sec. 2025.06.18 18:41:05.961776 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:05.961881 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:05.961927 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:05.962360 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:05.962397 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:05.962718 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.18 18:41:05.962933 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:05.963037 [ 41 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.18 18:41:05.963069 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} executeQuery: Read 17 rows, 1.28 KiB in 0.001212 sec., 14026.402640264027 rows/sec., 1.03 MiB/sec. 2025.06.18 18:41:05.963073 [ 41 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:05.963103 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:05.963111 [ 276 ] {1d977c99-c872-4175-9753-3d22aefea758} TCPHandler: Processed in 0.001387609 sec. 2025.06.18 18:41:05.963221 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:05.963229 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:41:05.963319 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:05.963366 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:05.963390 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:05.963436 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 176 rows starting from the beginning of the part 2025.06.18 18:41:05.963516 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 17 rows starting from the beginning of the part 2025.06.18 18:41:05.963571 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 23 rows starting from the beginning of the part 2025.06.18 18:41:05.963619 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 21 rows starting from the beginning of the part 2025.06.18 18:41:05.963666 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 23 rows starting from the beginning of the part 2025.06.18 18:41:05.963710 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 17 rows starting from the beginning of the part 2025.06.18 18:41:05.963803 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:05.963845 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:05.964307 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.18 18:41:05.964537 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:05.964636 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 5 columns (5 merged, 0 gathered) in 0.00146613 sec., 188932.76858123086 rows/sec., 13.50 MiB/sec. 2025.06.18 18:41:05.964671 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} executeQuery: Read 81 rows, 6.48 KiB in 0.001372 sec., 59037.90087463557 rows/sec., 4.61 MiB/sec. 2025.06.18 18:41:05.964718 [ 276 ] {15053fae-d8d6-4118-9fb4-8ea8fe7ee44b} TCPHandler: Processed in 0.001547622 sec. 2025.06.18 18:41:05.964805 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.18 18:41:05.964835 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:05.964936 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:05.964985 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:05.965070 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:05.965154 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_56_11} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.18 18:41:05.965235 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.18 18:41:05.965417 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:05.965458 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:05.965812 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.18 18:41:05.966032 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:05.966167 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. 2025.06.18 18:41:05.966205 [ 276 ] {828dbe64-8690-4aba-baad-583db1be84b6} TCPHandler: Processed in 0.00142018 sec. 2025.06.18 18:41:05.966321 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:05.966425 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:05.966482 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:05.967300 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:05.967336 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:05.967894 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.18 18:41:05.968132 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:05.968275 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} executeQuery: Read 17 rows, 31.19 KiB in 0.001869 sec., 9095.773140716961 rows/sec., 16.30 MiB/sec. 2025.06.18 18:41:05.968339 [ 276 ] {eeba1936-264f-482b-a3e2-f96ab92e6c29} TCPHandler: Processed in 0.002068688 sec. 2025.06.18 18:41:05.968451 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:05.968547 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:05.968590 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:05.968932 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:05.968969 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:05.969279 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.18 18:41:05.969492 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:05.969624 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2025.06.18 18:41:05.969660 [ 276 ] {2833ff8d-ed9a-42c9-8d17-8d9822169b6d} TCPHandler: Processed in 0.001258567 sec. 2025.06.18 18:41:06.603049 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 2025.06.18 18:41:06.603551 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:06.603602 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:06.604086 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.18 18:41:06.604323 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:41:06.604460 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 2025.06.18 18:41:07.702910 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.06.18 18:41:07.720540 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:07.720611 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. 2025.06.18 18:41:07.727233 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.18 18:41:07.727943 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:41:07.731462 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.06.18 18:41:10.962839 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:10.963055 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:41:10.963129 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:41:10.963835 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.963891 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.964275 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:41:10.964500 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:41:10.964655 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} executeQuery: Read 24 rows, 2.04 KiB in 0.001653 sec., 14519.056261343014 rows/sec., 1.20 MiB/sec. 2025.06.18 18:41:10.964696 [ 276 ] {fc5f4f4d-7d9f-43ef-8c02-ca251c3adfe2} TCPHandler: Processed in 0.001994287 sec. 2025.06.18 18:41:10.964819 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:10.964914 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:41:10.964955 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:41:10.965354 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.965391 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.965687 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:41:10.965896 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:41:10.966022 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} executeQuery: Read 10 rows, 835.00 B in 0.001127 sec., 8873.114463176575 rows/sec., 723.54 KiB/sec. 2025.06.18 18:41:10.966059 [ 276 ] {407d60f0-4a87-421f-96bf-ed2586da0548} TCPHandler: Processed in 0.001288928 sec. 2025.06.18 18:41:10.966165 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:10.966259 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:10.966297 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:10.966793 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.966829 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.967156 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.18 18:41:10.967374 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:10.967486 [ 35 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.18 18:41:10.967501 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} executeQuery: Read 227 rows, 20.55 KiB in 0.00126 sec., 180158.73015873015 rows/sec., 15.93 MiB/sec. 2025.06.18 18:41:10.967552 [ 35 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.967561 [ 276 ] {96677b2c-a142-4220-927a-5fdfa57229a8} TCPHandler: Processed in 0.00144336 sec. 2025.06.18 18:41:10.967581 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.967681 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:10.967706 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:41:10.967778 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:10.967822 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:10.967859 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:10.967898 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 827 rows starting from the beginning of the part 2025.06.18 18:41:10.967972 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 102 rows starting from the beginning of the part 2025.06.18 18:41:10.968025 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 92 rows starting from the beginning of the part 2025.06.18 18:41:10.968072 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 102 rows starting from the beginning of the part 2025.06.18 18:41:10.968116 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 90 rows starting from the beginning of the part 2025.06.18 18:41:10.968167 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 227 rows starting from the beginning of the part 2025.06.18 18:41:10.968252 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.968298 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.968788 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.18 18:41:10.969026 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:10.969168 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} executeQuery: Read 45 rows, 3.39 KiB in 0.001408 sec., 31960.227272727272 rows/sec., 2.35 MiB/sec. 2025.06.18 18:41:10.969210 [ 276 ] {29328975-dc3b-4518-b009-278033931e4e} TCPHandler: Processed in 0.001576542 sec. 2025.06.18 18:41:10.969335 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:10.969382 [ 195 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1440 rows, containing 5 columns (5 merged, 0 gathered) in 0.001732894 sec., 830979.8522010002 rows/sec., 72.35 MiB/sec. 2025.06.18 18:41:10.969433 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:41:10.969480 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:41:10.969599 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.18 18:41:10.969880 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:10.969910 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.969957 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.969958 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_61_12} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.18 18:41:10.970050 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.18 18:41:10.970285 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:41:10.970505 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:41:10.970637 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} executeQuery: Read 24 rows, 2.04 KiB in 0.001222 sec., 19639.934533551554 rows/sec., 1.63 MiB/sec. 2025.06.18 18:41:10.970675 [ 276 ] {4c53f279-f812-402b-95fd-f33d8f17d8e2} TCPHandler: Processed in 0.001390729 sec. 2025.06.18 18:41:10.970785 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:10.970879 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:41:10.970920 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:41:10.971316 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.971353 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.971649 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.18 18:41:10.971873 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:41:10.971998 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} executeQuery: Read 12 rows, 960.00 B in 0.001137 sec., 10554.089709762533 rows/sec., 824.54 KiB/sec. 2025.06.18 18:41:10.972037 [ 276 ] {e270b3ba-526a-4cdc-8d51-e7daa886ab8d} TCPHandler: Processed in 0.001300918 sec. 2025.06.18 18:41:10.972137 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:10.972233 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:10.972272 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:10.972743 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.972780 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.973088 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.18 18:41:10.973297 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:10.973401 [ 35 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.18 18:41:10.973425 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} executeQuery: Read 133 rows, 11.03 KiB in 0.00121 sec., 109917.35537190083 rows/sec., 8.90 MiB/sec. 2025.06.18 18:41:10.973432 [ 35 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.973464 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.973469 [ 276 ] {21452373-637e-4bda-b314-e1ba35c96940} TCPHandler: Processed in 0.001380549 sec. 2025.06.18 18:41:10.973551 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:41:10.973583 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:10.973650 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:10.973676 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:10.973681 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 494 rows starting from the beginning of the part 2025.06.18 18:41:10.973719 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:10.973752 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 87 rows starting from the beginning of the part 2025.06.18 18:41:10.973799 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 85 rows starting from the beginning of the part 2025.06.18 18:41:10.973841 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 87 rows starting from the beginning of the part 2025.06.18 18:41:10.973883 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 81 rows starting from the beginning of the part 2025.06.18 18:41:10.973924 [ 189 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 133 rows starting from the beginning of the part 2025.06.18 18:41:10.974134 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.974169 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.974527 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.18 18:41:10.974740 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:10.974805 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 967 rows, containing 5 columns (5 merged, 0 gathered) in 0.001293947 sec., 747325.8178271599 rows/sec., 59.59 MiB/sec. 2025.06.18 18:41:10.974844 [ 35 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.18 18:41:10.974874 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} executeQuery: Read 201 rows, 14.75 KiB in 0.001216 sec., 165296.05263157893 rows/sec., 11.85 MiB/sec. 2025.06.18 18:41:10.974876 [ 35 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.974915 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.974919 [ 276 ] {871ba10e-810e-46fa-a25c-f8538719be12} TCPHandler: Processed in 0.001385669 sec. 2025.06.18 18:41:10.974982 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:41:10.975007 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.18 18:41:10.975049 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:10.975078 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:10.975109 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9843 rows starting from the beginning of the part 2025.06.18 18:41:10.975152 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:10.975159 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:41:10.975216 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:10.975220 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 162 rows starting from the beginning of the part 2025.06.18 18:41:10.975271 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2025.06.18 18:41:10.975286 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:10.975307 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2025.06.18 18:41:10.975345 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 201 rows starting from the beginning of the part 2025.06.18 18:41:10.975367 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_61_12} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.18 18:41:10.975465 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.18 18:41:10.976005 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.976046 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.976719 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.18 18:41:10.976979 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:10.977126 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} executeQuery: Read 23 rows, 42.20 KiB in 0.001992 sec., 11546.184738955824 rows/sec., 20.69 MiB/sec. 2025.06.18 18:41:10.977192 [ 276 ] {cd3df57c-5f01-4943-ac1a-fc1219e0a4a1} TCPHandler: Processed in 0.00219155 sec. 2025.06.18 18:41:10.977310 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:10.977405 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:10.977446 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:10.977797 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.977834 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.978260 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.18 18:41:10.978484 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:10.978617 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} executeQuery: Read 60 rows, 4.14 KiB in 0.00123 sec., 48780.48780487805 rows/sec., 3.29 MiB/sec. 2025.06.18 18:41:10.978623 [ 34 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.18 18:41:10.978656 [ 276 ] {ee43ea79-c6cc-4ecf-ae21-25198ed4d378} TCPHandler: Processed in 0.001395679 sec. 2025.06.18 18:41:10.978677 [ 34 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:10.978708 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:10.978859 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:41:10.979080 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:10.979138 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3436 rows starting from the beginning of the part 2025.06.18 18:41:10.979244 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:41:10.979321 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2025.06.18 18:41:10.979393 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:41:10.979461 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2025.06.18 18:41:10.979530 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:41:10.979536 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 10686 rows, containing 5 columns (5 merged, 0 gathered) in 0.004583784 sec., 2331261.682487657 rows/sec., 163.24 MiB/sec. 2025.06.18 18:41:10.979764 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.18 18:41:10.980081 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:10.980152 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_61_12} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.18 18:41:10.980215 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. 2025.06.18 18:41:10.981207 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3736 rows, containing 4 columns (4 merged, 0 gathered) in 0.002426384 sec., 1539739.7938660986 rows/sec., 103.24 MiB/sec. 2025.06.18 18:41:10.981583 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.18 18:41:10.981838 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:10.981905 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_61_12} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.18 18:41:10.981986 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.06.18 18:41:11.000160 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 272.14 MiB, peak 282.43 MiB, free memory in arenas 0.00 B, will set to 273.41 MiB (RSS), difference: 1.27 MiB 2025.06.18 18:41:14.053230 [ 11 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:41:14.053284 [ 11 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:41:14.104630 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 2025.06.18 18:41:14.105142 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:14.105190 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:14.105696 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.18 18:41:14.105959 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:41:14.106105 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 2025.06.18 18:41:14.163524 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1022 2025.06.18 18:41:14.165831 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:14.165877 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:14.167059 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.18 18:41:14.167320 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:41:14.167577 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1022 2025.06.18 18:41:15.231663 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.06.18 18:41:15.249287 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:15.249351 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:15.255806 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.18 18:41:15.256536 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:41:15.259472 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.06.18 18:41:15.960917 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:15.961104 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:15.961168 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:15.961821 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:15.961867 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:15.962259 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.18 18:41:15.962489 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:15.962636 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} executeQuery: Read 90 rows, 7.71 KiB in 0.00158 sec., 56962.02531645569 rows/sec., 4.76 MiB/sec. 2025.06.18 18:41:15.962677 [ 276 ] {6648c33f-a22b-4ca7-8993-7c3366dad7f9} TCPHandler: Processed in 0.001891236 sec. 2025.06.18 18:41:15.962803 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:15.962895 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:15.962936 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:15.963338 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:15.963374 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:15.963668 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.18 18:41:15.963873 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:15.964005 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} executeQuery: Read 17 rows, 1.28 KiB in 0.001129 sec., 15057.573073516385 rows/sec., 1.11 MiB/sec. 2025.06.18 18:41:15.964042 [ 276 ] {419e36c2-891c-4845-91c3-71865d12d51d} TCPHandler: Processed in 0.001287208 sec. 2025.06.18 18:41:15.964140 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:15.964230 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:15.964268 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:15.964674 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:15.964709 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:15.965018 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.18 18:41:15.965225 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:15.965350 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} executeQuery: Read 81 rows, 6.48 KiB in 0.001138 sec., 71177.50439367312 rows/sec., 5.56 MiB/sec. 2025.06.18 18:41:15.965386 [ 276 ] {76cc4f1e-0fe0-4a9e-955f-9166ac4d43ff} TCPHandler: Processed in 0.001293658 sec. 2025.06.18 18:41:15.965493 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:15.965583 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:15.965625 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:15.966046 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:15.966081 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:15.966402 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.18 18:41:15.966609 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:15.966733 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.06.18 18:41:15.966768 [ 276 ] {d7dd4502-b6ed-4309-b992-cb01ded4a105} TCPHandler: Processed in 0.001322679 sec. 2025.06.18 18:41:15.966889 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:15.967012 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:15.967079 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:15.967991 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:15.968035 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:15.968598 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.18 18:41:15.968827 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:15.968950 [ 26 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.18 18:41:15.968967 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} executeQuery: Read 17 rows, 31.19 KiB in 0.00198 sec., 8585.858585858587 rows/sec., 15.39 MiB/sec. 2025.06.18 18:41:15.969035 [ 26 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:15.969063 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:15.969066 [ 276 ] {62da556b-80b9-4543-8e59-aa696f14aabf} TCPHandler: Processed in 0.002238771 sec. 2025.06.18 18:41:15.969192 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:15.969195 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:41:15.969288 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:15.969334 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:15.969475 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:15.969538 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 981 rows starting from the beginning of the part 2025.06.18 18:41:15.969668 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 17 rows starting from the beginning of the part 2025.06.18 18:41:15.969672 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:15.969719 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:15.969772 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 23 rows starting from the beginning of the part 2025.06.18 18:41:15.969872 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 17 rows starting from the beginning of the part 2025.06.18 18:41:15.969980 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 23 rows starting from the beginning of the part 2025.06.18 18:41:15.970048 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.18 18:41:15.970084 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 17 rows starting from the beginning of the part 2025.06.18 18:41:15.970284 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:15.970427 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2025.06.18 18:41:15.970464 [ 276 ] {bfef6bd7-2a62-4366-9fb4-903ec00c8c32} TCPHandler: Processed in 0.001321249 sec. 2025.06.18 18:41:15.976660 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1078 rows, containing 19 columns (19 merged, 0 gathered) in 0.007526014 sec., 143236.5127144329 rows/sec., 256.67 MiB/sec. 2025.06.18 18:41:15.977931 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.18 18:41:15.978405 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:15.978510 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_56_11} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.18 18:41:15.978642 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.34 MiB. 2025.06.18 18:41:16.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 274.43 MiB, peak 282.71 MiB, free memory in arenas 0.00 B, will set to 277.30 MiB (RSS), difference: 2.86 MiB 2025.06.18 18:41:20.966614 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:20.966827 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:41:20.966902 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:41:20.967674 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.967717 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.968131 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:41:20.968366 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:41:20.968519 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} executeQuery: Read 212 rows, 13.81 KiB in 0.001747 sec., 121350.88723526044 rows/sec., 7.72 MiB/sec. 2025.06.18 18:41:20.968562 [ 276 ] {ec891577-9321-4dd7-9d68-0d3fd5ec8ad6} TCPHandler: Processed in 0.002087039 sec. 2025.06.18 18:41:20.968682 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:20.968778 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:20.968820 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:20.969542 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.969579 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.969938 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.18 18:41:20.970152 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:20.970280 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} executeQuery: Read 663 rows, 53.71 KiB in 0.001521 sec., 435897.4358974359 rows/sec., 34.48 MiB/sec. 2025.06.18 18:41:20.970319 [ 276 ] {e0edfc32-c126-47cc-a064-4cab9005c7bb} TCPHandler: Processed in 0.001687653 sec. 2025.06.18 18:41:20.970431 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:20.970525 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:20.970567 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:20.970998 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.971035 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.971340 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.18 18:41:20.971554 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:20.971680 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} executeQuery: Read 129 rows, 8.12 KiB in 0.001173 sec., 109974.42455242967 rows/sec., 6.76 MiB/sec. 2025.06.18 18:41:20.971718 [ 276 ] {ad46fc1b-a7f5-4b0b-a864-dc58f4e00224} TCPHandler: Processed in 0.001337899 sec. 2025.06.18 18:41:20.971830 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:20.971925 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:41:20.971965 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:41:20.972380 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.972417 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.972719 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:41:20.972935 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:41:20.973061 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} executeQuery: Read 113 rows, 7.49 KiB in 0.001154 sec., 97920.27729636048 rows/sec., 6.34 MiB/sec. 2025.06.18 18:41:20.973099 [ 276 ] {fc11a9df-c379-4f2b-83a6-7621a44252a9} TCPHandler: Processed in 0.001318589 sec. 2025.06.18 18:41:20.973212 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:20.973306 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:41:20.973346 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:41:20.973768 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.973806 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.974112 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.18 18:41:20.974328 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:41:20.974452 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} executeQuery: Read 112 rows, 6.53 KiB in 0.001164 sec., 96219.93127147766 rows/sec., 5.48 MiB/sec. 2025.06.18 18:41:20.974489 [ 276 ] {c504ced3-6f8e-401c-88dc-35bdad513994} TCPHandler: Processed in 0.001327639 sec. 2025.06.18 18:41:20.974603 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:20.974698 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:20.974737 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:20.975316 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.975353 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.975676 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.18 18:41:20.975892 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:20.976017 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} executeQuery: Read 405 rows, 29.43 KiB in 0.001337 sec., 302916.97830964846 rows/sec., 21.49 MiB/sec. 2025.06.18 18:41:20.976055 [ 276 ] {02743f1c-f930-4235-abcf-1c3886451e48} TCPHandler: Processed in 0.001501221 sec. 2025.06.18 18:41:20.976166 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:20.976261 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.18 18:41:20.976301 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.18 18:41:20.976634 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.976671 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.976975 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:41:20.977185 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): 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.18 18:41:20.977311 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2025.06.18 18:41:20.977347 [ 276 ] {dfe3df6b-6329-455b-b347-be7dce859eaa} TCPHandler: Processed in 0.001231057 sec. 2025.06.18 18:41:20.977461 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:20.977555 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:20.977597 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:20.978024 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.978061 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.978394 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.18 18:41:20.978615 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:20.978748 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} executeQuery: Read 237 rows, 16.27 KiB in 0.001211 sec., 195706.02807597027 rows/sec., 13.12 MiB/sec. 2025.06.18 18:41:20.978785 [ 276 ] {3cf1ba07-429d-45c8-a7ce-e6d2d35f0253} TCPHandler: Processed in 0.001373529 sec. 2025.06.18 18:41:20.978899 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:20.978992 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.18 18:41:20.979034 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.18 18:41:20.979351 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.979389 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.979688 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.18 18:41:20.979902 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): 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.18 18:41:20.979998 [ 135 ] {} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.18 18:41:20.980028 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. 2025.06.18 18:41:20.980065 [ 135 ] {} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.980075 [ 276 ] {d5b5ff57-74b4-41ba-bb53-62d30ddc25ed} TCPHandler: Processed in 0.001229317 sec. 2025.06.18 18:41:20.980094 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.980197 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:20.980230 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::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.18 18:41:20.980301 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:20.980374 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:20.980400 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:20.980446 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.06.18 18:41:20.980524 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.06.18 18:41:20.980579 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.06.18 18:41:20.980627 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.06.18 18:41:20.980674 [ 188 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.06.18 18:41:20.981345 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.981388 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.981556 [ 195 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001387229 sec., 3604.3075800750994 rows/sec., 242.87 KiB/sec. 2025.06.18 18:41:20.981746 [ 193 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.18 18:41:20.981962 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.18 18:41:20.982084 [ 193 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): 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.18 18:41:20.982176 [ 193 ] {c79b7747-1a70-40db-9873-14dac6990cc2::all_1_5_1} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.18 18:41:20.982235 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:20.982267 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.06.18 18:41:20.982389 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} executeQuery: Read 23 rows, 42.20 KiB in 0.002107 sec., 10915.994304698625 rows/sec., 19.56 MiB/sec. 2025.06.18 18:41:20.982460 [ 276 ] {582fba29-951b-44a6-8c6d-bd724d0b9506} TCPHandler: Processed in 0.002313892 sec. 2025.06.18 18:41:20.982574 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:20.982669 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:20.982713 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:20.983061 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:20.983098 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:20.983407 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.18 18:41:20.983614 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:20.983743 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} executeQuery: Read 82 rows, 5.33 KiB in 0.001093 sec., 75022.87282708143 rows/sec., 4.76 MiB/sec. 2025.06.18 18:41:20.983780 [ 276 ] {b1ba3a33-6d69-4178-a196-42883923b8d2} TCPHandler: Processed in 0.001256547 sec. 2025.06.18 18:41:21.606307 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 2025.06.18 18:41:21.606792 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:21.606838 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:21.607330 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.18 18:41:21.607596 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:41:21.607733 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 2025.06.18 18:41:22.141163 [ 30 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.06.18 18:41:22.141230 [ 30 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:22.141254 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:22.141386 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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.18 18:41:22.141532 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:22.141566 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part 2025.06.18 18:41:22.141631 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2025.06.18 18:41:22.141677 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2025.06.18 18:41:22.141718 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2025.06.18 18:41:22.141760 [ 188 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part 2025.06.18 18:41:22.142484 [ 197 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001157606 sec., 31098.663966841912 rows/sec., 2.60 MiB/sec. 2025.06.18 18:41:22.142698 [ 195 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.06.18 18:41:22.142987 [ 195 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:41:22.143067 [ 195 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_17_4} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.06.18 18:41:22.143175 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.18 18:41:22.759674 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.06.18 18:41:22.777951 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:22.778018 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:22.783764 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.18 18:41:22.784525 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:41:22.787626 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.06.18 18:41:24.167918 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1056 2025.06.18 18:41:24.170318 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:24.170377 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:24.171601 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.18 18:41:24.171889 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:41:24.172254 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1056 2025.06.18 18:41:25.960495 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:25.960693 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:41:25.960763 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:41:25.961394 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:25.961446 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:25.961833 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:41:25.962075 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:41:25.962237 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} executeQuery: Read 2 rows, 167.00 B in 0.001593 sec., 1255.4927809165097 rows/sec., 102.38 KiB/sec. 2025.06.18 18:41:25.962291 [ 276 ] {80a14766-5e15-4431-8a9f-238d6fdf01ae} TCPHandler: Processed in 0.001929907 sec. 2025.06.18 18:41:25.962415 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:25.962521 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:25.962566 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:25.963024 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:25.963062 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:25.963380 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.18 18:41:25.963601 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:25.963739 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} executeQuery: Read 91 rows, 7.78 KiB in 0.001243 sec., 73209.97586484313 rows/sec., 6.11 MiB/sec. 2025.06.18 18:41:25.963780 [ 276 ] {341f8e15-d18e-4c2a-a2f7-16d603339e10} TCPHandler: Processed in 0.001416579 sec. 2025.06.18 18:41:25.963894 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:25.963991 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:25.964035 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:25.964436 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:25.964472 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:25.964777 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.18 18:41:25.964992 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:25.965127 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} executeQuery: Read 19 rows, 1.42 KiB in 0.001156 sec., 16435.98615916955 rows/sec., 1.20 MiB/sec. 2025.06.18 18:41:25.965166 [ 276 ] {68ebf1fc-7ee4-483d-a7f2-0e21c9ea8c58} TCPHandler: Processed in 0.001321018 sec. 2025.06.18 18:41:25.965277 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:25.965371 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:25.965412 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:25.965830 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:25.965867 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:25.966181 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.18 18:41:25.966392 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:25.966522 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} executeQuery: Read 83 rows, 6.64 KiB in 0.00117 sec., 70940.17094017094 rows/sec., 5.54 MiB/sec. 2025.06.18 18:41:25.966560 [ 276 ] {02aa71a3-7839-4e25-896f-6985643d9fb3} TCPHandler: Processed in 0.001332859 sec. 2025.06.18 18:41:25.966673 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:25.966769 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:25.966814 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:25.967214 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:25.967251 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:25.967582 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.18 18:41:25.967789 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:25.967924 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} executeQuery: Read 161 rows, 11.48 KiB in 0.001173 sec., 137254.9019607843 rows/sec., 9.56 MiB/sec. 2025.06.18 18:41:25.967962 [ 276 ] {8ae04583-1c75-40fb-a167-317507bcb156} TCPHandler: Processed in 0.001338268 sec. 2025.06.18 18:41:25.968070 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:25.968164 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:25.968220 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:25.968995 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:25.969034 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:25.969559 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.18 18:41:25.969789 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:25.969934 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} executeQuery: Read 17 rows, 31.19 KiB in 0.001789 sec., 9502.515371716043 rows/sec., 17.03 MiB/sec. 2025.06.18 18:41:25.970000 [ 276 ] {33d2a001-3bd1-434e-a4f8-91ac1eb0f26c} TCPHandler: Processed in 0.001979197 sec. 2025.06.18 18:41:25.970113 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:25.970209 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:25.970252 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:25.970591 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:25.970627 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:25.970960 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.18 18:41:25.971188 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:25.971318 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2025.06.18 18:41:25.971355 [ 276 ] {33b15838-e119-4264-83d6-24043b2d8411} TCPHandler: Processed in 0.001290888 sec. 2025.06.18 18:41:29.053341 [ 145 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:41:29.053396 [ 145 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:41:29.107863 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 2025.06.18 18:41:29.108336 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:29.108372 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:29.108850 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.18 18:41:29.109160 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:41:29.109295 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 2025.06.18 18:41:29.109296 [ 145 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.18 18:41:29.109348 [ 145 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:29.109370 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:29.109493 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:41:29.109647 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:29.109687 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part 2025.06.18 18:41:29.109754 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part 2025.06.18 18:41:29.109799 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part 2025.06.18 18:41:29.109838 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part 2025.06.18 18:41:29.109875 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part 2025.06.18 18:41:29.109917 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part 2025.06.18 18:41:29.112013 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002576336 sec., 8192254.426441272 rows/sec., 117.19 MiB/sec. 2025.06.18 18:41:29.112410 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.18 18:41:29.112782 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:41:29.112887 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_46_9} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.18 18:41:29.113006 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. 2025.06.18 18:41:30.287734 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.06.18 18:41:30.305872 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.305937 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.312611 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.18 18:41:30.313343 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:41:30.313666 [ 142 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.18 18:41:30.313739 [ 142 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.313764 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.313859 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:41:30.316942 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:30.317315 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.06.18 18:41:30.317694 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:41:30.321014 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:41:30.324258 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:41:30.328025 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:41:30.331912 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:41:30.336014 [ 188 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:41:30.385849 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.072017263 sec., 4818.289192689814 rows/sec., 24.91 MiB/sec. 2025.06.18 18:41:30.389408 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.18 18:41:30.391597 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_46_9} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:41:30.391718 [ 191 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_46_9} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.18 18:41:30.394849 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.06.18 18:41:30.966809 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:30.967018 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:41:30.967094 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:41:30.967890 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.967934 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.968353 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:41:30.968599 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:41:30.968739 [ 142 ] {} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2025.06.18 18:41:30.968765 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} executeQuery: Read 212 rows, 13.81 KiB in 0.001799 sec., 117843.24624791551 rows/sec., 7.49 MiB/sec. 2025.06.18 18:41:30.968798 [ 142 ] {} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.968823 [ 276 ] {34546190-9651-4e3c-a2ae-4b67484a88af} TCPHandler: Processed in 0.00215547 sec. 2025.06.18 18:41:30.968825 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.968939 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::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.18 18:41:30.968950 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:30.969037 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:30.969063 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:30.969070 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 236 rows starting from the beginning of the part 2025.06.18 18:41:30.969110 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:30.969135 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.06.18 18:41:30.969178 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.06.18 18:41:30.969219 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.06.18 18:41:30.969260 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part 2025.06.18 18:41:30.969298 [ 200 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part 2025.06.18 18:41:30.969878 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.969915 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.970106 [ 190 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 5 columns (5 merged, 0 gathered) in 0.001208617 sec., 605650.9216732845 rows/sec., 42.37 MiB/sec. 2025.06.18 18:41:30.970358 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.06.18 18:41:30.970576 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.18 18:41:30.970763 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:41:30.970860 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:30.970861 [ 201 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_14_3} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2025.06.18 18:41:30.970984 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.06.18 18:41:30.971017 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} executeQuery: Read 663 rows, 53.71 KiB in 0.001978 sec., 335187.05763397366 rows/sec., 26.52 MiB/sec. 2025.06.18 18:41:30.971063 [ 276 ] {80cfeb87-c62a-4d83-8143-9ad10dcfc380} TCPHandler: Processed in 0.00216612 sec. 2025.06.18 18:41:30.971176 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:30.971273 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:30.971315 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:30.971752 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.971788 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.972099 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.18 18:41:30.972326 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:30.972445 [ 142 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.18 18:41:30.972457 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} executeQuery: Read 129 rows, 8.12 KiB in 0.001205 sec., 107053.9419087137 rows/sec., 6.58 MiB/sec. 2025.06.18 18:41:30.972481 [ 142 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.972505 [ 276 ] {ecca19bd-4cd2-41e5-a63f-554c8b28d272} TCPHandler: Processed in 0.001378969 sec. 2025.06.18 18:41:30.972505 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.972616 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:41:30.972627 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:30.972729 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:30.972738 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:41:30.972768 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 176 rows starting from the beginning of the part 2025.06.18 18:41:30.972794 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:41:30.972836 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 45 rows starting from the beginning of the part 2025.06.18 18:41:30.972886 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 17 rows starting from the beginning of the part 2025.06.18 18:41:30.972927 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 129 rows starting from the beginning of the part 2025.06.18 18:41:30.972966 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 19 rows starting from the beginning of the part 2025.06.18 18:41:30.973006 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 129 rows starting from the beginning of the part 2025.06.18 18:41:30.973222 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.973265 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.973697 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:41:30.973831 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 515 rows, containing 5 columns (5 merged, 0 gathered) in 0.001256418 sec., 409895.4328893728 rows/sec., 27.93 MiB/sec. 2025.06.18 18:41:30.973919 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:41:30.973960 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.18 18:41:30.974056 [ 142 ] {} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2025.06.18 18:41:30.974062 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} executeQuery: Read 113 rows, 7.49 KiB in 0.001343 sec., 84139.98510796724 rows/sec., 5.45 MiB/sec. 2025.06.18 18:41:30.974093 [ 142 ] {} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.974117 [ 276 ] {26b092ef-7d2d-4137-958f-e235445b7b62} TCPHandler: Processed in 0.001538722 sec. 2025.06.18 18:41:30.974119 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.974219 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::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.18 18:41:30.974236 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:30.974231 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:30.974317 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:30.974341 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:41:30.974351 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 137 rows starting from the beginning of the part 2025.06.18 18:41:30.974344 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_61_12} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.18 18:41:30.974384 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:41:30.974411 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.06.18 18:41:30.974435 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.18 18:41:30.974455 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.06.18 18:41:30.974502 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.06.18 18:41:30.974543 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part 2025.06.18 18:41:30.974585 [ 200 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part 2025.06.18 18:41:30.974819 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.974853 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.975182 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.18 18:41:30.975280 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 435 rows, containing 5 columns (5 merged, 0 gathered) in 0.001099855 sec., 395506.68042605615 rows/sec., 28.70 MiB/sec. 2025.06.18 18:41:30.975407 [ 201 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.06.18 18:41:30.975411 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:41:30.975540 [ 142 ] {} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2025.06.18 18:41:30.975568 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} executeQuery: Read 112 rows, 6.53 KiB in 0.001245 sec., 89959.83935742972 rows/sec., 5.12 MiB/sec. 2025.06.18 18:41:30.975571 [ 142 ] {} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.975613 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.975615 [ 276 ] {0772e78a-ca58-4aa6-abd3-3e825ffa0597} TCPHandler: Processed in 0.00142822 sec. 2025.06.18 18:41:30.975681 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::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.18 18:41:30.975686 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:41:30.975749 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:30.975772 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:30.975790 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_14_3} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2025.06.18 18:41:30.975798 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 124 rows starting from the beginning of the part 2025.06.18 18:41:30.975848 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:30.975852 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2025.06.18 18:41:30.975877 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.18 18:41:30.975890 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:30.975897 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2025.06.18 18:41:30.975939 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2025.06.18 18:41:30.975971 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part 2025.06.18 18:41:30.976005 [ 200 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part 2025.06.18 18:41:30.976443 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.976478 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.976683 [ 201 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 5 columns (5 merged, 0 gathered) in 0.001029674 sec., 372933.5692656122 rows/sec., 23.57 MiB/sec. 2025.06.18 18:41:30.976812 [ 187 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.06.18 18:41:30.976842 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.18 18:41:30.977157 [ 187 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:41:30.977193 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:30.977234 [ 187 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_14_3} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2025.06.18 18:41:30.977327 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:41:30.977347 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} executeQuery: Read 405 rows, 29.43 KiB in 0.001516 sec., 267150.3957783641 rows/sec., 18.96 MiB/sec. 2025.06.18 18:41:30.977390 [ 276 ] {7e067505-5b2b-44ca-bb35-f5b7ee8c7238} TCPHandler: Processed in 0.001690284 sec. 2025.06.18 18:41:30.977501 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:30.977595 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.18 18:41:30.977637 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.18 18:41:30.977972 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.978009 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.978321 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:41:30.978542 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): 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.18 18:41:30.978635 [ 142 ] {} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.18 18:41:30.978664 [ 142 ] {} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.978668 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. 2025.06.18 18:41:30.978681 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.978715 [ 276 ] {767e5d7b-b29b-4f68-9a71-f819b8941488} TCPHandler: Processed in 0.001262278 sec. 2025.06.18 18:41:30.978759 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::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.18 18:41:30.978828 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:30.978843 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:30.978868 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::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.18 18:41:30.978910 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::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.18 18:41:30.978924 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:30.978944 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::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.18 18:41:30.978966 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:30.978975 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::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.18 18:41:30.979008 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::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.18 18:41:30.979041 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::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.18 18:41:30.979381 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.979415 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.979691 [ 200 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.000957633 sec., 37592.689474986764 rows/sec., 1.92 MiB/sec. 2025.06.18 18:41:30.979770 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.18 18:41:30.979882 [ 192 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.18 18:41:30.980003 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:30.980156 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} executeQuery: Read 237 rows, 16.27 KiB in 0.00125 sec., 189600 rows/sec., 12.71 MiB/sec. 2025.06.18 18:41:30.980195 [ 276 ] {bce2f7c9-b900-4411-ab3b-2f9342d2a50b} TCPHandler: Processed in 0.001414769 sec. 2025.06.18 18:41:30.980286 [ 192 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): 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.18 18:41:30.980307 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:30.980381 [ 192 ] {097bc379-a822-4948-b65f-39b167fb9a02::all_1_6_1} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.18 18:41:30.980406 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.18 18:41:30.980453 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.18 18:41:30.980512 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.18 18:41:30.980768 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.980808 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.981115 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.18 18:41:30.981326 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): 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.18 18:41:30.981457 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} executeQuery: Read 1 rows, 69.00 B in 0.00107 sec., 934.5794392523364 rows/sec., 62.97 KiB/sec. 2025.06.18 18:41:30.981495 [ 276 ] {568e2479-0501-4577-9c3a-f3cc0c6b26cc} TCPHandler: Processed in 0.001236277 sec. 2025.06.18 18:41:30.981603 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:30.981698 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:30.981753 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:30.982606 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.982643 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.983202 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.18 18:41:30.983441 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:30.983584 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} executeQuery: Read 23 rows, 42.20 KiB in 0.001904 sec., 12079.831932773108 rows/sec., 21.65 MiB/sec. 2025.06.18 18:41:30.983646 [ 276 ] {925ba444-de6c-448d-a168-ad7d65fb5792} TCPHandler: Processed in 0.002090759 sec. 2025.06.18 18:41:30.983763 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:30.983858 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:30.983899 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:30.984242 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:30.984278 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:30.984587 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.18 18:41:30.984815 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:30.984947 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} executeQuery: Read 82 rows, 5.33 KiB in 0.001107 sec., 74074.07407407407 rows/sec., 4.70 MiB/sec. 2025.06.18 18:41:30.984983 [ 276 ] {35bd0b33-e5c5-4ee3-a410-3e339d52645f} TCPHandler: Processed in 0.001269227 sec. 2025.06.18 18:41:34.172542 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1092 2025.06.18 18:41:34.174919 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:34.174963 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:34.176176 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.18 18:41:34.176430 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:41:34.176680 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1092 2025.06.18 18:41:35.960549 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:35.960761 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:35.960838 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:35.961523 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:35.961567 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:35.961976 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.18 18:41:35.962228 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:35.962384 [ 139 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.18 18:41:35.962391 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} executeQuery: Read 90 rows, 7.71 KiB in 0.001684 sec., 53444.18052256532 rows/sec., 4.47 MiB/sec. 2025.06.18 18:41:35.962460 [ 139 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:35.962489 [ 276 ] {2f04c53e-e91b-4b24-92e7-663f720b12f8} TCPHandler: Processed in 0.002080479 sec. 2025.06.18 18:41:35.962492 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:35.962612 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:41:35.962619 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:35.962735 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:35.962745 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:35.962779 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 828 rows starting from the beginning of the part 2025.06.18 18:41:35.962800 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:35.962858 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 90 rows starting from the beginning of the part 2025.06.18 18:41:35.962913 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 663 rows starting from the beginning of the part 2025.06.18 18:41:35.962958 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 91 rows starting from the beginning of the part 2025.06.18 18:41:35.962999 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 663 rows starting from the beginning of the part 2025.06.18 18:41:35.963043 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 90 rows starting from the beginning of the part 2025.06.18 18:41:35.963211 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:35.963253 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:35.963674 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.18 18:41:35.963904 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:35.964045 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} executeQuery: Read 17 rows, 1.28 KiB in 0.001307 sec., 13006.885998469777 rows/sec., 978.06 KiB/sec. 2025.06.18 18:41:35.964085 [ 276 ] {0b18c0ed-5b78-4917-85d9-4dbf576975d5} TCPHandler: Processed in 0.001508231 sec. 2025.06.18 18:41:35.964188 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:35.964294 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:35.964335 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:35.964456 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2425 rows, containing 5 columns (5 merged, 0 gathered) in 0.001880636 sec., 1289457.3963276253 rows/sec., 108.72 MiB/sec. 2025.06.18 18:41:35.964696 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.18 18:41:35.964782 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:35.964827 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:35.965057 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:35.965145 [ 192 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_66_13} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.18 18:41:35.965188 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.18 18:41:35.965259 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.06.18 18:41:35.965415 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:35.965537 [ 139 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.18 18:41:35.965558 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} executeQuery: Read 81 rows, 6.48 KiB in 0.001285 sec., 63035.01945525292 rows/sec., 4.92 MiB/sec. 2025.06.18 18:41:35.965567 [ 139 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:35.965598 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:35.965604 [ 276 ] {9baca126-4c9c-4abe-9c9a-d8cdb50dfa8f} TCPHandler: Processed in 0.00146483 sec. 2025.06.18 18:41:35.965687 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:41:35.965729 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:35.965794 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:35.965829 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 496 rows starting from the beginning of the part 2025.06.18 18:41:35.965838 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:35.965886 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:35.965891 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 81 rows starting from the beginning of the part 2025.06.18 18:41:35.965945 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 405 rows starting from the beginning of the part 2025.06.18 18:41:35.966002 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 83 rows starting from the beginning of the part 2025.06.18 18:41:35.966041 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 405 rows starting from the beginning of the part 2025.06.18 18:41:35.966082 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 81 rows starting from the beginning of the part 2025.06.18 18:41:35.966315 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:35.966358 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:35.966741 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.18 18:41:35.966963 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:35.967073 [ 139 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.18 18:41:35.967097 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} executeQuery: Read 160 rows, 11.41 KiB in 0.001279 sec., 125097.73260359657 rows/sec., 8.71 MiB/sec. 2025.06.18 18:41:35.967100 [ 139 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:35.967136 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:35.967142 [ 276 ] {3cf3d786-6ad2-4541-bbac-1afc91da046f} TCPHandler: Processed in 0.00146338 sec. 2025.06.18 18:41:35.967138 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1551 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148462 sec., 1044711.7780980992 rows/sec., 80.01 MiB/sec. 2025.06.18 18:41:35.967202 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:41:35.967262 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:35.967301 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:35.967317 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.18 18:41:35.967333 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 10686 rows starting from the beginning of the part 2025.06.18 18:41:35.967370 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:35.967378 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2025.06.18 18:41:35.967430 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part 2025.06.18 18:41:35.967435 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:35.967468 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 161 rows starting from the beginning of the part 2025.06.18 18:41:35.967506 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:41:35.967543 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2025.06.18 18:41:35.967569 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:35.967636 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_66_13} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.18 18:41:35.967708 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.06.18 18:41:35.968276 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:35.968318 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:35.969007 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.18 18:41:35.969249 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:35.969396 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} executeQuery: Read 17 rows, 31.19 KiB in 0.002045 sec., 8312.958435207824 rows/sec., 14.90 MiB/sec. 2025.06.18 18:41:35.969465 [ 276 ] {c1aac3f4-1342-42d9-909c-3e0a4906acd2} TCPHandler: Processed in 0.002252272 sec. 2025.06.18 18:41:35.969583 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:35.969689 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:35.969732 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:35.970086 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:35.970124 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:35.970547 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.18 18:41:35.970763 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:35.970882 [ 134 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.18 18:41:35.970896 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} executeQuery: Read 60 rows, 4.14 KiB in 0.001226 sec., 48939.64110929853 rows/sec., 3.30 MiB/sec. 2025.06.18 18:41:35.970937 [ 134 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:35.970951 [ 276 ] {f5620652-6672-4395-94ea-280995a5bb1c} TCPHandler: Processed in 0.00141615 sec. 2025.06.18 18:41:35.970971 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:35.971058 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:41:35.971172 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:35.971207 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3736 rows starting from the beginning of the part 2025.06.18 18:41:35.971269 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2025.06.18 18:41:35.971313 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part 2025.06.18 18:41:35.971352 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:41:35.971391 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:41:35.971431 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:41:35.971614 [ 195 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 11641 rows, containing 5 columns (5 merged, 0 gathered) in 0.004439611 sec., 2622076.57382595 rows/sec., 183.24 MiB/sec. 2025.06.18 18:41:35.972042 [ 197 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.18 18:41:35.972374 [ 197 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:35.972467 [ 197 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_66_13} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.18 18:41:35.972577 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.53 MiB. 2025.06.18 18:41:35.973063 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 4080 rows, containing 4 columns (4 merged, 0 gathered) in 0.002038858 sec., 2001120.234955058 rows/sec., 133.93 MiB/sec. 2025.06.18 18:41:35.973416 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.18 18:41:35.973647 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:35.973708 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_66_13} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.18 18:41:35.973779 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2025.06.18 18:41:36.000161 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 280.63 MiB, peak 291.80 MiB, free memory in arenas 0.00 B, will set to 282.21 MiB (RSS), difference: 1.58 MiB 2025.06.18 18:41:36.609443 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 2025.06.18 18:41:36.609977 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:36.610023 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:36.610533 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.18 18:41:36.610781 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:41:36.610916 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 2025.06.18 18:41:37.817750 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.06.18 18:41:37.833422 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:37.833479 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:37.838877 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.18 18:41:37.839543 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:41:37.842413 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.06.18 18:41:40.960970 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:40.961162 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:41:40.961229 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:41:40.961843 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:40.961892 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:40.962268 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:41:40.962489 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:41:40.962646 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} executeQuery: Read 2 rows, 167.00 B in 0.001533 sec., 1304.631441617743 rows/sec., 106.38 KiB/sec. 2025.06.18 18:41:40.962688 [ 276 ] {ca26a039-2c6b-44cd-9b25-24cbd8093a58} TCPHandler: Processed in 0.001852586 sec. 2025.06.18 18:41:40.962806 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:40.962900 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:40.962940 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:40.963430 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:40.963469 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:40.963794 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.18 18:41:40.964015 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:40.964150 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} executeQuery: Read 103 rows, 8.79 KiB in 0.001269 sec., 81166.27265563436 rows/sec., 6.77 MiB/sec. 2025.06.18 18:41:40.964188 [ 276 ] {e78d9cd4-f6e0-43ed-9d82-b610fb863b03} TCPHandler: Processed in 0.001431559 sec. 2025.06.18 18:41:40.964302 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:40.964394 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:40.964435 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:40.964839 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:40.964876 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:40.965167 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.18 18:41:40.965373 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:40.965501 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} executeQuery: Read 25 rows, 1.87 KiB in 0.001125 sec., 22222.222222222223 rows/sec., 1.62 MiB/sec. 2025.06.18 18:41:40.965537 [ 276 ] {7cfe8b81-b479-4c43-8d12-3f85e8bfee9e} TCPHandler: Processed in 0.001283728 sec. 2025.06.18 18:41:40.965656 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:40.965748 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:40.965786 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:40.966191 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:40.966226 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:40.966526 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.18 18:41:40.966736 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:40.966860 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} executeQuery: Read 89 rows, 7.12 KiB in 0.001131 sec., 78691.42351900972 rows/sec., 6.15 MiB/sec. 2025.06.18 18:41:40.966896 [ 276 ] {aa1a3479-97b9-408e-a478-fba7cc1d4550} TCPHandler: Processed in 0.001287838 sec. 2025.06.18 18:41:40.967006 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:40.967096 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:40.967138 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:40.967560 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:40.967596 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:40.967920 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.18 18:41:40.968131 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:40.968259 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} executeQuery: Read 161 rows, 11.48 KiB in 0.00118 sec., 136440.67796610168 rows/sec., 9.50 MiB/sec. 2025.06.18 18:41:40.968294 [ 276 ] {eb2f958a-b559-48ce-9274-f6f6e7ff337f} TCPHandler: Processed in 0.001336528 sec. 2025.06.18 18:41:40.968399 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:40.968489 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:40.968543 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:40.969381 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:40.969418 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:40.969946 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.18 18:41:40.970166 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:40.970289 [ 114 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.18 18:41:40.970300 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} executeQuery: Read 23 rows, 42.20 KiB in 0.001828 sec., 12582.056892778994 rows/sec., 22.55 MiB/sec. 2025.06.18 18:41:40.970367 [ 114 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:40.970396 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:40.970405 [ 276 ] {fd3f9885-fe62-486c-8bd7-c5246dc13320} TCPHandler: Processed in 0.002052478 sec. 2025.06.18 18:41:40.970503 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:41:40.970531 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:40.970625 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:40.970664 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:40.970730 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:40.970788 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1078 rows starting from the beginning of the part 2025.06.18 18:41:40.970916 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 23 rows starting from the beginning of the part 2025.06.18 18:41:40.970982 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:40.971015 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 17 rows starting from the beginning of the part 2025.06.18 18:41:40.971020 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:40.971106 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 23 rows starting from the beginning of the part 2025.06.18 18:41:40.971199 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 17 rows starting from the beginning of the part 2025.06.18 18:41:40.971290 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 23 rows starting from the beginning of the part 2025.06.18 18:41:40.971335 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.18 18:41:40.971609 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:40.971798 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. 2025.06.18 18:41:40.971848 [ 276 ] {0998023d-75a0-47a2-a01b-7e43c91a378d} TCPHandler: Processed in 0.001364209 sec. 2025.06.18 18:41:40.978741 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1181 rows, containing 19 columns (19 merged, 0 gathered) in 0.008282214 sec., 142594.72165293002 rows/sec., 255.52 MiB/sec. 2025.06.18 18:41:40.980434 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.18 18:41:40.980826 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:40.980910 [ 198 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_61_12} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.18 18:41:40.981048 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. 2025.06.18 18:41:41.000209 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 282.85 MiB, peak 294.37 MiB, free memory in arenas 0.00 B, will set to 286.43 MiB (RSS), difference: 3.58 MiB 2025.06.18 18:41:44.053674 [ 128 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:41:44.053757 [ 128 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:41:44.111099 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 2025.06.18 18:41:44.111587 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:44.111623 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:44.112110 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.18 18:41:44.112371 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:41:44.112497 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 2025.06.18 18:41:44.177063 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1118 2025.06.18 18:41:44.179768 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:44.179809 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:44.181024 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.18 18:41:44.181292 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:41:44.181544 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1118 2025.06.18 18:41:45.001300 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000917503 sec. 2025.06.18 18:41:45.342606 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.06.18 18:41:45.359794 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:45.359861 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:45.365574 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.18 18:41:45.366348 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:41:45.369225 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.06.18 18:41:45.959958 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:45.960153 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:45.960222 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:45.960950 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:45.960998 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:45.961406 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.18 18:41:45.961639 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:45.961821 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} executeQuery: Read 90 rows, 7.71 KiB in 0.001716 sec., 52447.55244755244 rows/sec., 4.39 MiB/sec. 2025.06.18 18:41:45.961865 [ 276 ] {89a73e83-74c0-47d2-a6ac-9d4ee260311a} TCPHandler: Processed in 0.002037108 sec. 2025.06.18 18:41:45.961992 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:45.962086 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:45.962127 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:45.962544 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:45.962583 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:45.962935 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.18 18:41:45.963156 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:45.963296 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} executeQuery: Read 17 rows, 1.28 KiB in 0.001228 sec., 13843.648208469056 rows/sec., 1.02 MiB/sec. 2025.06.18 18:41:45.963334 [ 276 ] {d8dd7813-d326-495a-abfb-3a5ceabb8ac8} TCPHandler: Processed in 0.001391799 sec. 2025.06.18 18:41:45.963442 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:45.963536 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:45.963575 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:45.963973 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:45.964007 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:45.964301 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.18 18:41:45.964502 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:45.964692 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} executeQuery: Read 81 rows, 6.48 KiB in 0.001174 sec., 68994.88926746168 rows/sec., 5.39 MiB/sec. 2025.06.18 18:41:45.964729 [ 276 ] {b8f45b5c-ed10-4566-a07b-e6816495d61c} TCPHandler: Processed in 0.001333959 sec. 2025.06.18 18:41:45.964837 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:45.964930 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:45.964974 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:45.965403 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:45.965439 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:45.965795 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.18 18:41:45.966010 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:45.966142 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2025.06.18 18:41:45.966179 [ 276 ] {a94ca9a2-fa71-4cb0-b350-9a6bb5d7b14d} TCPHandler: Processed in 0.001390159 sec. 2025.06.18 18:41:45.966305 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:45.966413 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:45.966471 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:45.967282 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:45.967316 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:45.967848 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.18 18:41:45.968078 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:45.968220 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} executeQuery: Read 17 rows, 31.19 KiB in 0.001824 sec., 9320.17543859649 rows/sec., 16.70 MiB/sec. 2025.06.18 18:41:45.968284 [ 276 ] {460948ab-0fe6-41b5-9faf-767a0921b7a1} TCPHandler: Processed in 0.002038288 sec. 2025.06.18 18:41:45.968395 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:45.968489 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:45.968531 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:45.968875 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:45.968911 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:45.969212 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.18 18:41:45.969419 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:45.969549 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.06.18 18:41:45.969584 [ 276 ] {40001339-f916-4066-ba30-dd5b50efce1f} TCPHandler: Processed in 0.001236818 sec. 2025.06.18 18:41:50.961374 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:50.961587 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:50.961660 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:50.962431 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:50.962479 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:50.962895 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.18 18:41:50.963128 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:50.963284 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} executeQuery: Read 102 rows, 8.72 KiB in 0.00175 sec., 58285.71428571428 rows/sec., 4.87 MiB/sec. 2025.06.18 18:41:50.963333 [ 276 ] {6d76d0bd-1e76-40fb-8206-7362c19aa367} TCPHandler: Processed in 0.002094449 sec. 2025.06.18 18:41:50.963461 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:50.963564 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:50.963608 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:50.964031 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:50.964066 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:50.964381 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.18 18:41:50.964602 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:50.964744 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} executeQuery: Read 23 rows, 1.73 KiB in 0.001203 sec., 19118.86949293433 rows/sec., 1.40 MiB/sec. 2025.06.18 18:41:50.964782 [ 276 ] {0c76f3e5-ff9c-42e9-9b0e-978578744b73} TCPHandler: Processed in 0.00137187 sec. 2025.06.18 18:41:50.964884 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:50.964982 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:50.965022 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:50.965455 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:50.965492 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:50.965812 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.18 18:41:50.966029 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:50.966158 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} executeQuery: Read 87 rows, 6.96 KiB in 0.001196 sec., 72742.47491638796 rows/sec., 5.68 MiB/sec. 2025.06.18 18:41:50.966194 [ 276 ] {606c4117-a17c-41af-bfa7-b92a91d0665d} TCPHandler: Processed in 0.001359029 sec. 2025.06.18 18:41:50.966305 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:50.966400 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:50.966443 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:50.966857 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:50.966891 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:50.967226 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.18 18:41:50.967439 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:50.967568 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2025.06.18 18:41:50.967603 [ 276 ] {4d4da308-5cca-4875-9d7a-43cf3f5f4ac9} TCPHandler: Processed in 0.001345958 sec. 2025.06.18 18:41:50.967710 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:50.967814 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:50.967874 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:50.968718 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:50.968756 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:50.969314 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.18 18:41:50.969552 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:50.969694 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} executeQuery: Read 23 rows, 42.20 KiB in 0.0019 sec., 12105.263157894737 rows/sec., 21.69 MiB/sec. 2025.06.18 18:41:50.969760 [ 276 ] {2fc7d020-dd4a-4cc6-8fac-345e5a0b6671} TCPHandler: Processed in 0.002101189 sec. 2025.06.18 18:41:50.969878 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:50.969975 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:50.970019 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:50.970480 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:50.970516 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:50.970883 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.18 18:41:50.971109 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:50.971242 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} executeQuery: Read 60 rows, 4.14 KiB in 0.001286 sec., 46656.29860031104 rows/sec., 3.14 MiB/sec. 2025.06.18 18:41:50.971279 [ 276 ] {59268aad-e887-4051-8050-3e150b9f185f} TCPHandler: Processed in 0.0014501 sec. 2025.06.18 18:41:51.612682 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 2025.06.18 18:41:51.613220 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:51.613275 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:51.613789 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.18 18:41:51.614036 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:41:51.614188 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 2025.06.18 18:41:52.869401 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.06.18 18:41:52.887281 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:52.887352 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:52.893711 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.18 18:41:52.894470 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:41:52.897705 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.06.18 18:41:54.181842 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1142 2025.06.18 18:41:54.184033 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:54.184083 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:54.185276 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.18 18:41:54.185542 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:41:54.185693 [ 53 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.18 18:41:54.185756 [ 53 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:54.185775 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:54.185808 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1142 2025.06.18 18:41:54.185896 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:41:54.186463 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:54.186601 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 990 rows starting from the beginning of the part 2025.06.18 18:41:54.186956 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part 2025.06.18 18:41:54.187276 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part 2025.06.18 18:41:54.187595 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 36 rows starting from the beginning of the part 2025.06.18 18:41:54.187902 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part 2025.06.18 18:41:54.188200 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part 2025.06.18 18:41:54.194136 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1142 rows, containing 72 columns (72 merged, 0 gathered) in 0.008298875 sec., 137609.0132698709 rows/sec., 109.90 MiB/sec. 2025.06.18 18:41:54.195393 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.18 18:41:54.195958 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:41:54.196025 [ 198 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_36_7} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.18 18:41:54.196243 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. 2025.06.18 18:41:55.960264 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:55.960449 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:41:55.960513 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:41:55.961136 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:55.961179 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:55.961556 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:41:55.961778 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:41:55.961934 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} executeQuery: Read 4 rows, 334.00 B in 0.001532 sec., 2610.9660574412533 rows/sec., 212.91 KiB/sec. 2025.06.18 18:41:55.961975 [ 276 ] {f1aff964-3a05-4867-b5b4-02d52d687cf1} TCPHandler: Processed in 0.001839036 sec. 2025.06.18 18:41:55.962107 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:55.962227 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:41:55.962276 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:41:55.962791 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:55.962828 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:55.963153 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.18 18:41:55.963372 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:41:55.963503 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} executeQuery: Read 92 rows, 7.85 KiB in 0.001301 sec., 70714.83474250576 rows/sec., 5.90 MiB/sec. 2025.06.18 18:41:55.963541 [ 276 ] {7d81ba6f-ddc5-44ff-a8c1-1007db0f7c16} TCPHandler: Processed in 0.00149422 sec. 2025.06.18 18:41:55.963655 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:55.963748 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:41:55.963788 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:41:55.964187 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:55.964222 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:55.964532 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.18 18:41:55.964743 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:55.964861 [ 52 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.18 18:41:55.964875 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} executeQuery: Read 21 rows, 1.56 KiB in 0.001144 sec., 18356.643356643355 rows/sec., 1.33 MiB/sec. 2025.06.18 18:41:55.964928 [ 52 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:55.964936 [ 276 ] {db0a427b-e0b5-4767-a1d6-e0ab3d01ee65} TCPHandler: Processed in 0.001329298 sec. 2025.06.18 18:41:55.964957 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:55.965071 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:55.965090 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:41:55.965198 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:41:55.965252 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:41:55.965256 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:41:55.965310 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 178 rows starting from the beginning of the part 2025.06.18 18:41:55.965386 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 17 rows starting from the beginning of the part 2025.06.18 18:41:55.965442 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 25 rows starting from the beginning of the part 2025.06.18 18:41:55.965490 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 17 rows starting from the beginning of the part 2025.06.18 18:41:55.965536 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 23 rows starting from the beginning of the part 2025.06.18 18:41:55.965582 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 21 rows starting from the beginning of the part 2025.06.18 18:41:55.965751 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:55.965795 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:55.966151 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.18 18:41:55.966387 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:41:55.966448 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 5 columns (5 merged, 0 gathered) in 0.001418149 sec., 198145.6109336889 rows/sec., 14.16 MiB/sec. 2025.06.18 18:41:55.966520 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} executeQuery: Read 85 rows, 6.80 KiB in 0.001347 sec., 63103.19227913882 rows/sec., 4.93 MiB/sec. 2025.06.18 18:41:55.966564 [ 276 ] {ffb684b6-9fa9-4f17-8694-d3672148d7a2} TCPHandler: Processed in 0.001555921 sec. 2025.06.18 18:41:55.966618 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.18 18:41:55.966680 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:55.966783 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:55.966831 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:41:55.966889 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:41:55.966971 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_66_13} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.18 18:41:55.967049 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:41:55.967248 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:55.967289 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:55.967632 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.18 18:41:55.967859 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:41:55.967992 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} executeQuery: Read 162 rows, 11.55 KiB in 0.001228 sec., 131921.82410423455 rows/sec., 9.19 MiB/sec. 2025.06.18 18:41:55.968029 [ 276 ] {5f4d800c-3c1b-4401-8503-4b6f29d85d9d} TCPHandler: Processed in 0.001399859 sec. 2025.06.18 18:41:55.968137 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:55.968232 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:41:55.968288 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:41:55.969085 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:55.969123 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:55.969658 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.18 18:41:55.969886 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:41:55.970086 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} executeQuery: Read 17 rows, 31.19 KiB in 0.001871 sec., 9086.050240513094 rows/sec., 16.28 MiB/sec. 2025.06.18 18:41:55.970151 [ 276 ] {e9eb7dea-649e-42dd-a5fe-cd131e93e47b} TCPHandler: Processed in 0.002063938 sec. 2025.06.18 18:41:55.970266 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:41:55.970360 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:41:55.970402 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:41:55.970739 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:55.970777 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:55.971093 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.18 18:41:55.971396 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:41:55.971527 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. 2025.06.18 18:41:55.971562 [ 276 ] {24a74665-a784-460c-9729-617aec88225b} TCPHandler: Processed in 0.001347379 sec. 2025.06.18 18:41:59.054016 [ 61 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:41:59.054073 [ 61 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:41:59.114351 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 2025.06.18 18:41:59.114836 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:41:59.114872 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:41:59.115351 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.18 18:41:59.115591 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:41:59.115729 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 2025.06.18 18:42:00.397880 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.06.18 18:42:00.415638 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:00.415707 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:00.422071 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.18 18:42:00.422831 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:42:00.425863 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.06.18 18:42:00.960982 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:00.961169 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:00.961235 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:00.961908 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:00.961958 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:00.962384 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.18 18:42:00.962622 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:00.962774 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} executeQuery: Read 102 rows, 8.72 KiB in 0.001653 sec., 61705.98911070781 rows/sec., 5.15 MiB/sec. 2025.06.18 18:42:00.962771 [ 54 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.18 18:42:00.962816 [ 276 ] {1fa0940e-7d8b-443f-9b78-01d9384a76a3} TCPHandler: Processed in 0.001974327 sec. 2025.06.18 18:42:00.962856 [ 54 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:00.962885 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:00.962962 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:00.963005 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:42:00.963062 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:00.963108 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:00.963141 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:00.963183 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 828 rows starting from the beginning of the part 2025.06.18 18:42:00.963257 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 103 rows starting from the beginning of the part 2025.06.18 18:42:00.963308 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 90 rows starting from the beginning of the part 2025.06.18 18:42:00.963355 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 102 rows starting from the beginning of the part 2025.06.18 18:42:00.963399 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 92 rows starting from the beginning of the part 2025.06.18 18:42:00.963444 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 102 rows starting from the beginning of the part 2025.06.18 18:42:00.963509 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:00.963550 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:00.964012 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.18 18:42:00.964251 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:00.964385 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} executeQuery: Read 23 rows, 1.73 KiB in 0.001341 sec., 17151.37956748695 rows/sec., 1.26 MiB/sec. 2025.06.18 18:42:00.964422 [ 276 ] {cf052f94-04ed-422a-8a32-ce536132c083} TCPHandler: Processed in 0.00150913 sec. 2025.06.18 18:42:00.964533 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:00.964609 [ 188 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1317 rows, containing 5 columns (5 merged, 0 gathered) in 0.001654753 sec., 795889.1750007403 rows/sec., 68.59 MiB/sec. 2025.06.18 18:42:00.964626 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:00.964696 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:00.964856 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.18 18:42:00.965118 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:00.965123 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:00.965163 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:00.965190 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_71_14} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.18 18:42:00.965268 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.06.18 18:42:00.965465 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.18 18:42:00.965677 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:00.965789 [ 54 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.18 18:42:00.965802 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} executeQuery: Read 87 rows, 6.96 KiB in 0.001195 sec., 72803.34728033472 rows/sec., 5.69 MiB/sec. 2025.06.18 18:42:00.965827 [ 54 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:00.965849 [ 276 ] {afc87684-3946-4b90-9e3a-2176c6ee5b04} TCPHandler: Processed in 0.001363879 sec. 2025.06.18 18:42:00.965853 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:00.965953 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:42:00.965971 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:00.966054 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:00.966071 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:00.966084 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 496 rows starting from the beginning of the part 2025.06.18 18:42:00.966120 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:00.966146 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 89 rows starting from the beginning of the part 2025.06.18 18:42:00.966192 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 81 rows starting from the beginning of the part 2025.06.18 18:42:00.966233 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 87 rows starting from the beginning of the part 2025.06.18 18:42:00.966272 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 85 rows starting from the beginning of the part 2025.06.18 18:42:00.966309 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 87 rows starting from the beginning of the part 2025.06.18 18:42:00.966539 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:00.966580 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:00.966932 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.18 18:42:00.967147 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:00.967166 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 925 rows, containing 5 columns (5 merged, 0 gathered) in 0.001249697 sec., 740179.4194912848 rows/sec., 58.65 MiB/sec. 2025.06.18 18:42:00.967280 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.06.18 18:42:00.967284 [ 74 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.18 18:42:00.967323 [ 276 ] {63604f51-ff10-456f-a24d-c1487125d493} TCPHandler: Processed in 0.0014006 sec. 2025.06.18 18:42:00.967331 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.18 18:42:00.967335 [ 74 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:00.967376 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:00.967441 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:00.967474 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:42:00.967539 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:00.967599 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:00.967605 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:00.967614 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:00.967670 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 11641 rows starting from the beginning of the part 2025.06.18 18:42:00.967700 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_71_14} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.18 18:42:00.967751 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 161 rows starting from the beginning of the part 2025.06.18 18:42:00.967779 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.06.18 18:42:00.967810 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:42:00.967868 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2025.06.18 18:42:00.967914 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 162 rows starting from the beginning of the part 2025.06.18 18:42:00.967955 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:42:00.968405 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:00.968447 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:00.969088 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.18 18:42:00.969321 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:00.969464 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} executeQuery: Read 23 rows, 42.20 KiB in 0.00198 sec., 11616.161616161617 rows/sec., 20.82 MiB/sec. 2025.06.18 18:42:00.969513 [ 276 ] {568e9871-039c-44f8-a86f-80e148ab01e1} TCPHandler: Processed in 0.002161719 sec. 2025.06.18 18:42:00.969620 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:00.969708 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:00.969748 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:00.970137 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:00.970173 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:00.970566 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.18 18:42:00.970783 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:00.970913 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. 2025.06.18 18:42:00.970917 [ 74 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.18 18:42:00.970950 [ 276 ] {9b455b13-c993-423c-97fb-e623b74d19d1} TCPHandler: Processed in 0.001330009 sec. 2025.06.18 18:42:00.970964 [ 74 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:00.970989 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:00.971070 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:42:00.971184 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:00.971215 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4080 rows starting from the beginning of the part 2025.06.18 18:42:00.971269 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2025.06.18 18:42:00.971314 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:42:00.971356 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2025.06.18 18:42:00.971394 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2025.06.18 18:42:00.971433 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:42:00.971816 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 12444 rows, containing 5 columns (5 merged, 0 gathered) in 0.00438939 sec., 2835018.077682776 rows/sec., 198.08 MiB/sec. 2025.06.18 18:42:00.972151 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.18 18:42:00.972429 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:00.972514 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_71_14} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.18 18:42:00.972593 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. 2025.06.18 18:42:00.972827 [ 199 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4380 rows, containing 4 columns (4 merged, 0 gathered) in 0.001795304 sec., 2439698.234950738 rows/sec., 163.36 MiB/sec. 2025.06.18 18:42:00.973228 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.18 18:42:00.973479 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:00.973557 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_71_14} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.18 18:42:00.973621 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2025.06.18 18:42:04.186152 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1168 2025.06.18 18:42:04.188670 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:04.188716 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:04.189882 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.18 18:42:04.190152 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:42:04.190413 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1168 2025.06.18 18:42:05.960749 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:05.960943 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:05.961013 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:05.961700 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:05.961748 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:05.962169 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.18 18:42:05.962405 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:05.962577 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} executeQuery: Read 90 rows, 7.71 KiB in 0.001683 sec., 53475.935828877 rows/sec., 4.47 MiB/sec. 2025.06.18 18:42:05.962627 [ 276 ] {49c0d9a4-6b9e-4d7b-ba95-b0ea37d4c3d9} TCPHandler: Processed in 0.002015157 sec. 2025.06.18 18:42:05.962755 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:05.962859 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:05.962902 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:05.963320 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:05.963355 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:05.963685 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.18 18:42:05.963904 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:05.964042 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} executeQuery: Read 17 rows, 1.28 KiB in 0.001208 sec., 14072.847682119203 rows/sec., 1.03 MiB/sec. 2025.06.18 18:42:05.964080 [ 276 ] {56e50b90-e35a-4440-991e-0eeb29b725cd} TCPHandler: Processed in 0.001377048 sec. 2025.06.18 18:42:05.964189 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:05.964286 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:05.964327 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:05.964740 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:05.964775 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:05.965104 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.18 18:42:05.965337 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:05.965468 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} executeQuery: Read 81 rows, 6.48 KiB in 0.001202 sec., 67387.68718801998 rows/sec., 5.26 MiB/sec. 2025.06.18 18:42:05.965505 [ 276 ] {08c0a8c3-d53d-45ce-ad06-a19252c6109a} TCPHandler: Processed in 0.001367379 sec. 2025.06.18 18:42:05.965620 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:05.965716 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:05.965762 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:05.966188 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:05.966223 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:05.966568 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.18 18:42:05.966787 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:05.966919 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2025.06.18 18:42:05.966956 [ 276 ] {6e1b0278-8f73-4e5f-811d-abb7fc9aa5ce} TCPHandler: Processed in 0.001385439 sec. 2025.06.18 18:42:05.967067 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:05.967162 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:05.967217 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:05.968042 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:05.968078 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:05.968622 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.18 18:42:05.968873 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:05.968992 [ 29 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.18 18:42:05.969013 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} executeQuery: Read 17 rows, 31.19 KiB in 0.00187 sec., 9090.909090909092 rows/sec., 16.29 MiB/sec. 2025.06.18 18:42:05.969029 [ 29 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:05.969049 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:05.969084 [ 276 ] {6f6bc010-3502-4a8d-bc58-201e62319bbf} TCPHandler: Processed in 0.002065419 sec. 2025.06.18 18:42:05.969173 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:42:05.969202 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:05.969308 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:05.969350 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:05.969436 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:05.969501 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1181 rows starting from the beginning of the part 2025.06.18 18:42:05.969637 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:05.969696 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:05.969735 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:05.969744 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 23 rows starting from the beginning of the part 2025.06.18 18:42:05.969851 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:05.969957 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 23 rows starting from the beginning of the part 2025.06.18 18:42:05.970053 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.18 18:42:05.970063 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:05.970291 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:05.970437 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2025.06.18 18:42:05.970475 [ 276 ] {fd4c4ef7-8553-453a-8c32-70b34dc15cc4} TCPHandler: Processed in 0.001323308 sec. 2025.06.18 18:42:05.977213 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 19 columns (19 merged, 0 gathered) in 0.008097112 sec., 157834.05243746165 rows/sec., 282.83 MiB/sec. 2025.06.18 18:42:05.978453 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.18 18:42:05.978800 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:05.978881 [ 192 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_66_13} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.18 18:42:05.979001 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. 2025.06.18 18:42:06.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 288.47 MiB, peak 300.02 MiB, free memory in arenas 0.00 B, will set to 291.01 MiB (RSS), difference: 2.55 MiB 2025.06.18 18:42:06.615897 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 2025.06.18 18:42:06.616444 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:06.616491 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:06.617052 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.18 18:42:06.617299 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:42:06.617448 [ 29 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.18 18:42:06.617458 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 2025.06.18 18:42:06.617495 [ 29 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:06.617518 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:06.617690 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:42:06.617907 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:06.617971 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:42:06.618075 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part 2025.06.18 18:42:06.618140 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part 2025.06.18 18:42:06.618181 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part 2025.06.18 18:42:06.618222 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part 2025.06.18 18:42:06.618261 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part 2025.06.18 18:42:06.620270 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.002667347 sec., 8758890.388089739 rows/sec., 125.30 MiB/sec. 2025.06.18 18:42:06.620725 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.18 18:42:06.621060 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:42:06.621146 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_51_10} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.18 18:42:06.621274 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. 2025.06.18 18:42:07.926021 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.06.18 18:42:07.944316 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:07.944374 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:07.950686 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.18 18:42:07.951431 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:42:07.951735 [ 92 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.18 18:42:07.951770 [ 92 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:07.951788 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:07.951912 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:07.955393 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.06.18 18:42:07.955777 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:07.957267 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:07.961985 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:07.966681 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:07.971430 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:07.976381 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:07.980268 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:08.000164 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 301.50 MiB, peak 301.50 MiB, free memory in arenas 0.00 B, will set to 291.09 MiB (RSS), difference: -10.41 MiB 2025.06.18 18:42:08.035551 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.083695784 sec., 4588.044721583587 rows/sec., 23.72 MiB/sec. 2025.06.18 18:42:08.037567 [ 197 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.18 18:42:08.039691 [ 197 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_51_10} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:42:08.039803 [ 197 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_51_10} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.18 18:42:08.041713 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.06.18 18:42:09.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 281.67 MiB, peak 301.50 MiB, free memory in arenas 0.00 B, will set to 291.47 MiB (RSS), difference: 9.80 MiB 2025.06.18 18:42:10.964472 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:10.964671 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:42:10.964740 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:42:10.965379 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:10.965426 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:10.965819 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:42:10.966063 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:42:10.966226 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} executeQuery: Read 24 rows, 2.04 KiB in 0.001604 sec., 14962.593516209477 rows/sec., 1.24 MiB/sec. 2025.06.18 18:42:10.966277 [ 276 ] {fb946c2c-300c-4f74-8326-8276b1acadcf} TCPHandler: Processed in 0.001941077 sec. 2025.06.18 18:42:10.966397 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:10.966501 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:42:10.966546 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:42:10.966956 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:10.966992 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:10.967293 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.18 18:42:10.967514 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:42:10.967651 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} executeQuery: Read 10 rows, 835.00 B in 0.001175 sec., 8510.63829787234 rows/sec., 693.98 KiB/sec. 2025.06.18 18:42:10.967689 [ 276 ] {e978e410-bc38-49e1-8668-68a8dbb34753} TCPHandler: Processed in 0.001345609 sec. 2025.06.18 18:42:10.967796 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:10.967894 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:10.967936 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:10.968404 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:10.968441 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:10.968787 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.18 18:42:10.968995 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:10.969129 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} executeQuery: Read 227 rows, 20.55 KiB in 0.001255 sec., 180876.49402390438 rows/sec., 15.99 MiB/sec. 2025.06.18 18:42:10.969167 [ 276 ] {471271d5-c243-48aa-ae81-17f13dbaac18} TCPHandler: Processed in 0.001420139 sec. 2025.06.18 18:42:10.969280 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:10.969375 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:10.969416 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:10.969815 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:10.969852 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:10.970171 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.18 18:42:10.970380 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:10.970511 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} executeQuery: Read 45 rows, 3.39 KiB in 0.001155 sec., 38961.03896103896 rows/sec., 2.87 MiB/sec. 2025.06.18 18:42:10.970548 [ 276 ] {7a799f7b-6afe-480b-b0ae-6ab9a6ed97e0} TCPHandler: Processed in 0.001317678 sec. 2025.06.18 18:42:10.970662 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:10.970757 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:42:10.970797 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:42:10.971188 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:10.971224 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:10.971525 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:42:10.971740 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:42:10.971867 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} executeQuery: Read 24 rows, 2.04 KiB in 0.001129 sec., 21257.750221434897 rows/sec., 1.76 MiB/sec. 2025.06.18 18:42:10.971908 [ 276 ] {8175c57d-5bd9-4811-b5da-39aa5c69a9ac} TCPHandler: Processed in 0.001294948 sec. 2025.06.18 18:42:10.972012 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:10.972107 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:42:10.972149 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:42:10.972534 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:10.972570 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:10.972880 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.18 18:42:10.973089 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:42:10.973217 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} executeQuery: Read 12 rows, 960.00 B in 0.001128 sec., 10638.297872340425 rows/sec., 831.12 KiB/sec. 2025.06.18 18:42:10.973254 [ 276 ] {004eb036-5cdc-480c-847f-9fb2a949a72e} TCPHandler: Processed in 0.001292737 sec. 2025.06.18 18:42:10.973364 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:10.973458 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:10.973498 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:10.973943 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:10.973980 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:10.974291 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.18 18:42:10.974499 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:10.974630 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} executeQuery: Read 133 rows, 11.03 KiB in 0.001191 sec., 111670.86481947942 rows/sec., 9.04 MiB/sec. 2025.06.18 18:42:10.974668 [ 276 ] {d08397b8-41d0-4f19-94cb-ccb259a90cfd} TCPHandler: Processed in 0.001355169 sec. 2025.06.18 18:42:10.974788 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:10.974911 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:10.974966 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:10.975445 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:10.975481 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:10.975866 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.18 18:42:10.976087 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:10.976221 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} executeQuery: Read 237 rows, 17.74 KiB in 0.001336 sec., 177395.20958083833 rows/sec., 12.97 MiB/sec. 2025.06.18 18:42:10.976260 [ 276 ] {08bc3d30-7752-4e6e-b830-a1b95c73109b} TCPHandler: Processed in 0.001532571 sec. 2025.06.18 18:42:10.976378 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:10.976473 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:10.976530 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:10.977325 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:10.977362 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:10.977935 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.18 18:42:10.978163 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:10.978306 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} executeQuery: Read 23 rows, 42.20 KiB in 0.001852 sec., 12419.006479481643 rows/sec., 22.25 MiB/sec. 2025.06.18 18:42:10.978370 [ 276 ] {eea70d7b-88f5-4e6e-a4eb-0a74f367d66d} TCPHandler: Processed in 0.002040938 sec. 2025.06.18 18:42:10.978484 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:10.978579 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:10.978623 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:10.978952 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:10.978986 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:10.979309 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.18 18:42:10.979516 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:10.979641 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.06.18 18:42:10.979676 [ 276 ] {c7d8f7db-d388-4916-87ab-d3607529cd36} TCPHandler: Processed in 0.001241467 sec. 2025.06.18 18:42:14.054135 [ 78 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:42:14.054191 [ 78 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:42:14.117634 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 2025.06.18 18:42:14.118197 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:14.118248 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:14.119041 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.18 18:42:14.119297 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:42:14.119437 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 2025.06.18 18:42:14.190730 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1200 2025.06.18 18:42:14.193198 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:14.193245 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:14.194456 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.18 18:42:14.194714 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:42:14.194984 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1200 2025.06.18 18:42:15.455548 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.06.18 18:42:15.471116 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:15.471167 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. 2025.06.18 18:42:15.476648 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.18 18:42:15.477365 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:42:15.480142 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.06.18 18:42:15.960427 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:15.960632 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:15.960697 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:15.961364 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:15.961407 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:15.961802 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.18 18:42:15.962026 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:15.962181 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} executeQuery: Read 90 rows, 7.71 KiB in 0.001598 sec., 56320.40050062578 rows/sec., 4.71 MiB/sec. 2025.06.18 18:42:15.962223 [ 276 ] {0f1c5d17-64f3-4885-9ecc-6fc4b120ae02} TCPHandler: Processed in 0.001985597 sec. 2025.06.18 18:42:15.962345 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:15.962440 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:15.962481 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:15.962881 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:15.962918 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:15.963230 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.18 18:42:15.963435 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:15.963566 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} executeQuery: Read 17 rows, 1.28 KiB in 0.001146 sec., 14834.205933682371 rows/sec., 1.09 MiB/sec. 2025.06.18 18:42:15.963604 [ 276 ] {7a3737d6-a0bf-4226-8ed7-1f0bab0bfb2c} TCPHandler: Processed in 0.001308368 sec. 2025.06.18 18:42:15.963715 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:15.963809 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:15.963849 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:15.964275 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:15.964311 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:15.964613 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.18 18:42:15.964819 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:15.964946 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} executeQuery: Read 81 rows, 6.48 KiB in 0.001155 sec., 70129.87012987013 rows/sec., 5.48 MiB/sec. 2025.06.18 18:42:15.964983 [ 276 ] {3e6f376b-e670-41e3-bd86-584d5b9f82fb} TCPHandler: Processed in 0.001317478 sec. 2025.06.18 18:42:15.965095 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:15.965189 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:15.965231 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:15.965642 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:15.965677 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:15.965999 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.18 18:42:15.966205 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:15.966334 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2025.06.18 18:42:15.966371 [ 276 ] {98a4a62b-08d9-4be3-89ee-3113feca7fb5} TCPHandler: Processed in 0.001325368 sec. 2025.06.18 18:42:15.966480 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:15.966573 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:15.966627 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:15.967420 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:15.967457 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:15.967981 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.18 18:42:15.968213 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:15.968348 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} executeQuery: Read 17 rows, 31.19 KiB in 0.001794 sec., 9476.031215161649 rows/sec., 16.98 MiB/sec. 2025.06.18 18:42:15.968401 [ 276 ] {b1ee980a-b6c4-41aa-9c96-70a13aa7a534} TCPHandler: Processed in 0.001970968 sec. 2025.06.18 18:42:15.968512 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:15.968612 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:15.968654 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:15.968985 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:15.969021 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:15.969323 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.18 18:42:15.969526 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:15.969653 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2025.06.18 18:42:15.969687 [ 276 ] {65de2f1b-6b63-4931-b42f-6308da32d5e7} TCPHandler: Processed in 0.001223807 sec. 2025.06.18 18:42:20.961926 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:20.962118 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:20.962185 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:20.962834 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:20.962879 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:20.963283 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.18 18:42:20.963512 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:20.963675 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} executeQuery: Read 102 rows, 8.72 KiB in 0.001606 sec., 63511.830635118306 rows/sec., 5.30 MiB/sec. 2025.06.18 18:42:20.963727 [ 276 ] {15ab85e7-a57e-4000-97ae-fc20ea58fb31} TCPHandler: Processed in 0.001932917 sec. 2025.06.18 18:42:20.963855 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:20.963960 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:20.964005 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:20.964430 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:20.964469 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:20.964776 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.18 18:42:20.964998 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:20.965135 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} executeQuery: Read 23 rows, 1.73 KiB in 0.001201 sec., 19150.707743547042 rows/sec., 1.41 MiB/sec. 2025.06.18 18:42:20.965158 [ 111 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.18 18:42:20.965175 [ 276 ] {91a0d82f-ee4b-4429-8150-e25c2ec30fd5} TCPHandler: Processed in 0.001372229 sec. 2025.06.18 18:42:20.965258 [ 111 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:20.965307 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:20.965311 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:20.965412 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:42:20.965420 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:20.965480 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:20.965535 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:20.965575 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 178 rows starting from the beginning of the part 2025.06.18 18:42:20.965638 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 23 rows starting from the beginning of the part 2025.06.18 18:42:20.965683 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:20.965724 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 45 rows starting from the beginning of the part 2025.06.18 18:42:20.965765 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:20.965805 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 23 rows starting from the beginning of the part 2025.06.18 18:42:20.965909 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:20.965953 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:20.966271 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.18 18:42:20.966503 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:20.966639 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} executeQuery: Read 87 rows, 6.96 KiB in 0.001239 sec., 70217.91767554478 rows/sec., 5.48 MiB/sec. 2025.06.18 18:42:20.966678 [ 276 ] {ceea5c90-2033-48df-ace7-1afa0575f424} TCPHandler: Processed in 0.00141691 sec. 2025.06.18 18:42:20.966720 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 303 rows, containing 5 columns (5 merged, 0 gathered) in 0.001347909 sec., 224792.62324088643 rows/sec., 16.18 MiB/sec. 2025.06.18 18:42:20.966796 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:20.966895 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:20.966903 [ 189 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.18 18:42:20.966941 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:20.967166 [ 189 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:20.967243 [ 189 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_71_14} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.18 18:42:20.967327 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.18 18:42:20.967354 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:20.967390 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:20.967724 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.18 18:42:20.967930 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:20.968062 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.06.18 18:42:20.968099 [ 276 ] {691bc2b5-2f80-49e2-a9b9-c5d272e3a6e2} TCPHandler: Processed in 0.001351948 sec. 2025.06.18 18:42:20.968206 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:20.968301 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:20.968356 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:20.969176 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:20.969214 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:20.969755 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.18 18:42:20.969990 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:20.970129 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} executeQuery: Read 23 rows, 42.20 KiB in 0.001847 sec., 12452.62587980509 rows/sec., 22.31 MiB/sec. 2025.06.18 18:42:20.970194 [ 276 ] {9707a5e0-253e-46a7-8292-641fbf4bae32} TCPHandler: Processed in 0.002037228 sec. 2025.06.18 18:42:20.970309 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:20.970404 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:20.970445 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:20.970777 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:20.970813 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:20.971128 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.18 18:42:20.971339 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:20.971473 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.06.18 18:42:20.971510 [ 276 ] {d55a806d-63db-4fc9-a959-f57ed78ea476} TCPHandler: Processed in 0.001250117 sec. 2025.06.18 18:42:21.619644 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 2025.06.18 18:42:21.620188 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:21.620251 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:21.620829 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.18 18:42:21.621089 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:42:21.621235 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 2025.06.18 18:42:21.858493 [ 111 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.06.18 18:42:21.858588 [ 111 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:21.858627 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:21.858829 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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.18 18:42:21.859023 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:21.859076 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part 2025.06.18 18:42:21.859177 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2025.06.18 18:42:21.859261 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part 2025.06.18 18:42:21.859329 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part 2025.06.18 18:42:21.859392 [ 194 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part 2025.06.18 18:42:21.860425 [ 190 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001673363 sec., 22708.760741094433 rows/sec., 1.89 MiB/sec. 2025.06.18 18:42:21.860621 [ 200 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.06.18 18:42:21.861163 [ 200 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:42:21.861304 [ 200 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_21_5} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.06.18 18:42:21.861465 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.18 18:42:22.980307 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.06.18 18:42:22.997696 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:22.997762 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:23.000182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 296.33 MiB, peak 301.50 MiB, free memory in arenas 0.00 B, will set to 291.92 MiB (RSS), difference: -4.42 MiB 2025.06.18 18:42:23.004440 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.18 18:42:23.005199 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:42:23.011678 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.06.18 18:42:24.000216 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 287.92 MiB, peak 301.50 MiB, free memory in arenas 0.00 B, will set to 292.33 MiB (RSS), difference: 4.41 MiB 2025.06.18 18:42:24.195291 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1224 2025.06.18 18:42:24.197427 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:24.197473 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:24.198634 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.18 18:42:24.198916 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:42:24.199170 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1224 2025.06.18 18:42:25.961406 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:25.961622 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:42:25.961696 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:42:25.962335 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:25.962386 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:25.962767 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.18 18:42:25.962991 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:42:25.963143 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} executeQuery: Read 2 rows, 167.00 B in 0.001577 sec., 1268.2308180088776 rows/sec., 103.42 KiB/sec. 2025.06.18 18:42:25.963184 [ 276 ] {2aa8a25f-175a-4298-90ab-084c6f76d0b8} TCPHandler: Processed in 0.001918157 sec. 2025.06.18 18:42:25.963323 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:25.963428 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:25.963471 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:25.963927 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:25.963966 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:25.964303 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.18 18:42:25.964524 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:25.964658 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} executeQuery: Read 91 rows, 7.78 KiB in 0.001249 sec., 72858.28662930345 rows/sec., 6.08 MiB/sec. 2025.06.18 18:42:25.964665 [ 108 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.18 18:42:25.964699 [ 276 ] {6695ef50-ca5f-4925-820d-5ff1d0111502} TCPHandler: Processed in 0.001434939 sec. 2025.06.18 18:42:25.964738 [ 108 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:25.964764 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:25.964831 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:25.964900 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:42:25.964933 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:25.964986 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:25.965057 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:25.965098 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 828 rows starting from the beginning of the part 2025.06.18 18:42:25.965173 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 90 rows starting from the beginning of the part 2025.06.18 18:42:25.965224 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 227 rows starting from the beginning of the part 2025.06.18 18:42:25.965272 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 90 rows starting from the beginning of the part 2025.06.18 18:42:25.965319 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 102 rows starting from the beginning of the part 2025.06.18 18:42:25.965367 [ 191 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 91 rows starting from the beginning of the part 2025.06.18 18:42:25.965458 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:25.965504 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:25.965848 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.18 18:42:25.966082 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:25.966245 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} executeQuery: Read 19 rows, 1.42 KiB in 0.001332 sec., 14264.264264264264 rows/sec., 1.04 MiB/sec. 2025.06.18 18:42:25.966285 [ 276 ] {0ac8d811-e5f0-4ba3-8115-fef522570d50} TCPHandler: Processed in 0.001509501 sec. 2025.06.18 18:42:25.966441 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:25.966553 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:25.966581 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 5 columns (5 merged, 0 gathered) in 0.001749484 sec., 816240.6743931354 rows/sec., 71.07 MiB/sec. 2025.06.18 18:42:25.966593 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:25.966854 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.18 18:42:25.967061 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:25.967106 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:25.967184 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:25.967284 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_76_15} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.18 18:42:25.967386 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.06.18 18:42:25.967448 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.18 18:42:25.967668 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:25.967789 [ 108 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.18 18:42:25.967800 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} executeQuery: Read 83 rows, 6.64 KiB in 0.001265 sec., 65612.64822134387 rows/sec., 5.13 MiB/sec. 2025.06.18 18:42:25.967833 [ 108 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:25.967852 [ 276 ] {0dae70b4-a1b4-437e-96a0-2ad9c44984de} TCPHandler: Processed in 0.00147512 sec. 2025.06.18 18:42:25.967857 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:25.967957 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:42:25.967977 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:25.968075 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:25.968083 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:25.968122 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:25.968128 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 496 rows starting from the beginning of the part 2025.06.18 18:42:25.968206 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 81 rows starting from the beginning of the part 2025.06.18 18:42:25.968252 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 133 rows starting from the beginning of the part 2025.06.18 18:42:25.968290 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 81 rows starting from the beginning of the part 2025.06.18 18:42:25.968329 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 87 rows starting from the beginning of the part 2025.06.18 18:42:25.968375 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 83 rows starting from the beginning of the part 2025.06.18 18:42:25.968570 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:25.968611 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:25.969082 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.18 18:42:25.969312 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:25.969369 [ 200 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 961 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145388 sec., 660989.9028805678 rows/sec., 52.70 MiB/sec. 2025.06.18 18:42:25.969427 [ 108 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.18 18:42:25.969448 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} executeQuery: Read 161 rows, 11.48 KiB in 0.001391 sec., 115744.06901509705 rows/sec., 8.06 MiB/sec. 2025.06.18 18:42:25.969459 [ 108 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:25.969492 [ 276 ] {1fbab0c6-407c-4fd9-adda-0cb62a08985a} TCPHandler: Processed in 0.001564302 sec. 2025.06.18 18:42:25.969493 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:25.969512 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.18 18:42:25.969594 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:42:25.969620 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:25.969706 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:25.969720 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:25.969745 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 12444 rows starting from the beginning of the part 2025.06.18 18:42:25.969783 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:25.969804 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:25.969834 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2025.06.18 18:42:25.969885 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_76_15} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.18 18:42:25.969887 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part 2025.06.18 18:42:25.969946 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part 2025.06.18 18:42:25.969964 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.18 18:42:25.969982 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:42:25.970027 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 161 rows starting from the beginning of the part 2025.06.18 18:42:25.970620 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:25.970662 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:25.971330 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.18 18:42:25.971599 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:25.971752 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} executeQuery: Read 17 rows, 31.19 KiB in 0.00205 sec., 8292.682926829268 rows/sec., 14.86 MiB/sec. 2025.06.18 18:42:25.971827 [ 276 ] {efcc0576-0b68-4f59-ac9b-f64eaa8548c1} TCPHandler: Processed in 0.002254381 sec. 2025.06.18 18:42:25.971944 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:25.972036 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:25.972078 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:25.972430 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:25.972465 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:25.972868 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.18 18:42:25.973084 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:25.973212 [ 108 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.18 18:42:25.973221 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} executeQuery: Read 60 rows, 4.14 KiB in 0.001203 sec., 49875.31172069825 rows/sec., 3.36 MiB/sec. 2025.06.18 18:42:25.973253 [ 108 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:25.973275 [ 276 ] {410732da-bc3b-4cff-a667-b3ff61cb7dde} TCPHandler: Processed in 0.001379709 sec. 2025.06.18 18:42:25.973277 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:25.973370 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:42:25.973471 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:25.973498 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4380 rows starting from the beginning of the part 2025.06.18 18:42:25.973550 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2025.06.18 18:42:25.973591 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:42:25.973631 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2025.06.18 18:42:25.973669 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:42:25.973705 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2025.06.18 18:42:25.974746 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 13322 rows, containing 5 columns (5 merged, 0 gathered) in 0.005188231 sec., 2567734.5515263295 rows/sec., 179.52 MiB/sec. 2025.06.18 18:42:25.975162 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.18 18:42:25.975448 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:25.975476 [ 188 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4680 rows, containing 4 columns (4 merged, 0 gathered) in 0.002137049 sec., 2189935.74784668 rows/sec., 146.69 MiB/sec. 2025.06.18 18:42:25.975520 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_76_15} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.18 18:42:25.975612 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. 2025.06.18 18:42:25.975937 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.18 18:42:25.976208 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:25.976283 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_76_15} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.18 18:42:25.976364 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.06.18 18:42:26.000211 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 292.94 MiB, peak 302.05 MiB, free memory in arenas 0.00 B, will set to 294.15 MiB (RSS), difference: 1.21 MiB 2025.06.18 18:42:29.054433 [ 101 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:42:29.054482 [ 101 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:42:29.121429 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 2025.06.18 18:42:29.121970 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:29.122008 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:29.122511 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.18 18:42:29.122772 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:42:29.122920 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 2025.06.18 18:42:30.511833 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.06.18 18:42:30.529451 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:30.529513 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:30.535759 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.18 18:42:30.536445 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:42:30.539431 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.06.18 18:42:30.961163 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:30.961338 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:30.961400 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:30.962105 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:30.962142 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:30.962521 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.18 18:42:30.962743 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:30.962892 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} executeQuery: Read 102 rows, 8.72 KiB in 0.001602 sec., 63670.41198501873 rows/sec., 5.32 MiB/sec. 2025.06.18 18:42:30.962932 [ 276 ] {80819cb5-5835-47fc-a5ce-8b22926a21e5} TCPHandler: Processed in 0.001892726 sec. 2025.06.18 18:42:30.963050 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:30.963144 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:30.963211 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:30.963607 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:30.963641 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:30.963932 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.18 18:42:30.964138 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:30.964264 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} executeQuery: Read 23 rows, 1.73 KiB in 0.001139 sec., 20193.15188762072 rows/sec., 1.48 MiB/sec. 2025.06.18 18:42:30.964300 [ 276 ] {1182dd33-85b3-4714-ae43-c428a2f2a2f7} TCPHandler: Processed in 0.001297348 sec. 2025.06.18 18:42:30.964434 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:30.964527 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:30.964566 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:30.964979 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:30.965013 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:30.965322 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.18 18:42:30.965524 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:30.965646 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} executeQuery: Read 87 rows, 6.96 KiB in 0.001137 sec., 76517.15039577837 rows/sec., 5.98 MiB/sec. 2025.06.18 18:42:30.965681 [ 276 ] {9477e722-2a4b-4bc6-86aa-9bec89af040c} TCPHandler: Processed in 0.001295978 sec. 2025.06.18 18:42:30.965792 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:30.965883 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:30.965924 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:30.966317 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:30.966350 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:30.966661 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.18 18:42:30.966860 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:30.966986 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} executeQuery: Read 160 rows, 11.41 KiB in 0.001121 sec., 142729.70561998215 rows/sec., 9.94 MiB/sec. 2025.06.18 18:42:30.967020 [ 276 ] {60efe040-ca4b-45dd-85ff-d30b4b3afe66} TCPHandler: Processed in 0.001275137 sec. 2025.06.18 18:42:30.967127 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:30.967218 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:30.967271 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:30.968074 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:30.968109 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:30.968639 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.18 18:42:30.968859 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:30.968960 [ 97 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.18 18:42:30.968993 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} executeQuery: Read 23 rows, 42.20 KiB in 0.001793 sec., 12827.6631344116 rows/sec., 22.99 MiB/sec. 2025.06.18 18:42:30.969005 [ 97 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:30.969028 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:30.969046 [ 276 ] {2a187787-d71a-44b9-8c3a-ffa2fb8d4cd4} TCPHandler: Processed in 0.001965597 sec. 2025.06.18 18:42:30.969150 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:42:30.969182 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:30.969283 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:30.969323 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:30.969417 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:30.969486 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1278 rows starting from the beginning of the part 2025.06.18 18:42:30.969619 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 23 rows starting from the beginning of the part 2025.06.18 18:42:30.969668 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:30.969706 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:30.969724 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:30.969826 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 23 rows starting from the beginning of the part 2025.06.18 18:42:30.969918 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:30.970009 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 23 rows starting from the beginning of the part 2025.06.18 18:42:30.970019 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.18 18:42:30.970233 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:30.970367 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.06.18 18:42:30.970402 [ 276 ] {da6cd426-5542-4fed-bd42-25e641bca5ad} TCPHandler: Processed in 0.001270037 sec. 2025.06.18 18:42:30.977401 [ 199 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1381 rows, containing 19 columns (19 merged, 0 gathered) in 0.008308835 sec., 166208.62010137402 rows/sec., 297.84 MiB/sec. 2025.06.18 18:42:30.978747 [ 199 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.18 18:42:30.979098 [ 199 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:30.979178 [ 199 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_71_14} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.18 18:42:30.979277 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. 2025.06.18 18:42:31.000220 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 295.17 MiB, peak 306.70 MiB, free memory in arenas 0.00 B, will set to 297.68 MiB (RSS), difference: 2.51 MiB 2025.06.18 18:42:34.199423 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1250 2025.06.18 18:42:34.201623 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:34.201662 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:34.202809 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.18 18:42:34.203066 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:42:34.203320 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1250 2025.06.18 18:42:35.961249 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:35.961436 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:35.961501 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:35.962169 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:35.962209 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:35.962583 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.18 18:42:35.962797 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:35.962946 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} executeQuery: Read 90 rows, 7.71 KiB in 0.001596 sec., 56390.97744360902 rows/sec., 4.72 MiB/sec. 2025.06.18 18:42:35.962991 [ 276 ] {3277dae1-3bee-4e19-8fb3-75f54f8e1b3f} TCPHandler: Processed in 0.001907427 sec. 2025.06.18 18:42:35.963123 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:35.963226 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:35.963266 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:35.963732 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:35.963766 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:35.964074 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.18 18:42:35.964276 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:35.964400 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} executeQuery: Read 17 rows, 1.28 KiB in 0.001142 sec., 14886.1646234676 rows/sec., 1.09 MiB/sec. 2025.06.18 18:42:35.964437 [ 276 ] {3669307b-68cb-4139-870a-7feffefbb916} TCPHandler: Processed in 0.001324998 sec. 2025.06.18 18:42:35.964550 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:35.964658 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:35.964699 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:35.965114 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:35.965148 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:35.965468 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.18 18:42:35.965679 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:35.965815 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} executeQuery: Read 81 rows, 6.48 KiB in 0.001177 sec., 68819.03143585386 rows/sec., 5.37 MiB/sec. 2025.06.18 18:42:35.965853 [ 276 ] {c83acf4a-fad0-474e-90fc-38b738f4c4c7} TCPHandler: Processed in 0.001359898 sec. 2025.06.18 18:42:35.965960 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:35.966061 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:35.966103 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:35.966523 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:35.966557 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:35.966885 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.18 18:42:35.967090 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:35.967222 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2025.06.18 18:42:35.967258 [ 276 ] {86ad7231-3d47-4e84-b90c-34d424b5e9be} TCPHandler: Processed in 0.001346279 sec. 2025.06.18 18:42:35.967357 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:35.967455 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:35.967508 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:35.968281 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:35.968317 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:35.968828 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.18 18:42:35.969048 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:35.969183 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} executeQuery: Read 17 rows, 31.19 KiB in 0.001745 sec., 9742.12034383954 rows/sec., 17.46 MiB/sec. 2025.06.18 18:42:35.969234 [ 276 ] {8ef0e326-17c1-46a3-a158-476b04b077aa} TCPHandler: Processed in 0.001924166 sec. 2025.06.18 18:42:35.969346 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:35.969447 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:35.969487 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:35.969816 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:35.969852 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:35.970147 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.18 18:42:35.970351 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:35.970487 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.06.18 18:42:35.970523 [ 276 ] {8141eebd-ed06-4395-b908-27cbf822793a} TCPHandler: Processed in 0.001225627 sec. 2025.06.18 18:42:36.623125 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 2025.06.18 18:42:36.623665 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:36.623716 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:36.624291 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.18 18:42:36.624544 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:42:36.624684 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 2025.06.18 18:42:38.039604 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2025.06.18 18:42:38.057522 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:38.057579 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:38.064430 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.18 18:42:38.065183 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:42:38.068587 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2025.06.18 18:42:40.963468 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:40.963777 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:42:40.963884 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:42:40.964736 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:40.964776 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:40.965172 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:42:40.965394 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:42:40.965554 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} executeQuery: Read 24 rows, 2.04 KiB in 0.001855 sec., 12938.005390835579 rows/sec., 1.07 MiB/sec. 2025.06.18 18:42:40.965605 [ 276 ] {5d444c05-dd97-4028-a62b-9c43b9ff4e8b} TCPHandler: Processed in 0.002329542 sec. 2025.06.18 18:42:40.965732 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:40.965840 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:42:40.965883 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:42:40.966295 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:40.966331 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:40.966633 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.18 18:42:40.966844 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:42:40.966971 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} executeQuery: Read 2 rows, 167.00 B in 0.001155 sec., 1731.6017316017317 rows/sec., 141.20 KiB/sec. 2025.06.18 18:42:40.967008 [ 276 ] {7f78739c-6242-4b47-9bcc-9929b393ecc9} TCPHandler: Processed in 0.001326519 sec. 2025.06.18 18:42:40.967117 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:40.967209 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:40.967247 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:40.967782 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:40.967816 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:40.968130 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.18 18:42:40.968335 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:40.968458 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} executeQuery: Read 223 rows, 20.26 KiB in 0.001267 sec., 176006.31412786111 rows/sec., 15.61 MiB/sec. 2025.06.18 18:42:40.968494 [ 276 ] {59ac3ee6-95c4-48d3-85d6-3e81dc664b80} TCPHandler: Processed in 0.00142465 sec. 2025.06.18 18:42:40.968604 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:40.968694 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:40.968733 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:40.969135 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:40.969169 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:40.969458 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.18 18:42:40.969660 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:40.969787 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} executeQuery: Read 37 rows, 2.83 KiB in 0.00111 sec., 33333.33333333333 rows/sec., 2.49 MiB/sec. 2025.06.18 18:42:40.969823 [ 276 ] {b636f90f-89e3-44a3-afc5-89c8e6de0f4e} TCPHandler: Processed in 0.001267317 sec. 2025.06.18 18:42:40.969933 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:40.970023 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:42:40.970061 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:42:40.970454 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:40.970490 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:40.970772 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:42:40.970976 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:42:40.971099 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} executeQuery: Read 24 rows, 2.04 KiB in 0.001094 sec., 21937.84277879342 rows/sec., 1.82 MiB/sec. 2025.06.18 18:42:40.971136 [ 276 ] {768bded8-b066-460a-b89b-abe1e3bfb227} TCPHandler: Processed in 0.001251288 sec. 2025.06.18 18:42:40.971245 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:40.971335 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:42:40.971374 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:42:40.971762 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:40.971798 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:40.972087 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.18 18:42:40.972291 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:42:40.972416 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} executeQuery: Read 12 rows, 960.00 B in 0.001098 sec., 10928.96174863388 rows/sec., 853.83 KiB/sec. 2025.06.18 18:42:40.972454 [ 276 ] {b0f992f0-92dd-4f48-953d-985327c31f0a} TCPHandler: Processed in 0.001256218 sec. 2025.06.18 18:42:40.972562 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:40.972652 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:40.972691 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:40.973128 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:40.973164 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:40.973466 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.18 18:42:40.973672 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:40.973800 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} executeQuery: Read 125 rows, 10.38 KiB in 0.001165 sec., 107296.13733905579 rows/sec., 8.70 MiB/sec. 2025.06.18 18:42:40.973837 [ 276 ] {04d541ac-4a59-4c0f-80c2-b59b195d7f8d} TCPHandler: Processed in 0.001322719 sec. 2025.06.18 18:42:40.973953 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:40.974043 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:40.974085 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:40.974496 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:40.974531 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:40.974856 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.18 18:42:40.975055 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:40.975186 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} executeQuery: Read 197 rows, 14.47 KiB in 0.001161 sec., 169681.30921619295 rows/sec., 12.17 MiB/sec. 2025.06.18 18:42:40.975221 [ 276 ] {ec0624aa-da1f-482b-8737-a79e751fe340} TCPHandler: Processed in 0.001316088 sec. 2025.06.18 18:42:40.975333 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:40.975423 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:40.975478 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:40.976285 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:40.976329 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:40.976842 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.18 18:42:40.977064 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:40.977199 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} executeQuery: Read 23 rows, 42.20 KiB in 0.001793 sec., 12827.6631344116 rows/sec., 22.99 MiB/sec. 2025.06.18 18:42:40.977258 [ 276 ] {48dd7050-e3d1-4a95-841a-165481ee4bac} TCPHandler: Processed in 0.001973187 sec. 2025.06.18 18:42:40.977377 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:40.977468 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:40.977508 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:40.977848 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:40.977883 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:40.978183 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.18 18:42:40.978388 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:40.978516 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2025.06.18 18:42:40.978551 [ 276 ] {217b9241-afb7-4833-bc46-a67c3d0ffac9} TCPHandler: Processed in 0.001222857 sec. 2025.06.18 18:42:44.054533 [ 73 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:42:44.054589 [ 73 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:42:44.124891 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 2025.06.18 18:42:44.125427 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:44.125466 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:44.125950 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.18 18:42:44.126195 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:42:44.126325 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 2025.06.18 18:42:44.126324 [ 73 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.18 18:42:44.126377 [ 73 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:44.126399 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:44.126550 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:42:44.126745 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:44.126794 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part 2025.06.18 18:42:44.126878 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part 2025.06.18 18:42:44.126934 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part 2025.06.18 18:42:44.126988 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part 2025.06.18 18:42:44.127038 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part 2025.06.18 18:42:44.127089 [ 188 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part 2025.06.18 18:42:44.129296 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.002819769 sec., 9107483.627204923 rows/sec., 130.28 MiB/sec. 2025.06.18 18:42:44.129628 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.18 18:42:44.129984 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:42:44.130079 [ 197 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_56_11} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.18 18:42:44.130215 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.06.18 18:42:44.203598 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1282 2025.06.18 18:42:44.205980 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:44.206023 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:44.207210 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.18 18:42:44.207473 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:42:44.207630 [ 73 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.18 18:42:44.207688 [ 73 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:44.207707 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:44.207726 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1282 2025.06.18 18:42:44.207837 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:42:44.208478 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:44.208621 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1142 rows starting from the beginning of the part 2025.06.18 18:42:44.208977 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part 2025.06.18 18:42:44.209313 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part 2025.06.18 18:42:44.209634 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part 2025.06.18 18:42:44.209977 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part 2025.06.18 18:42:44.210309 [ 192 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part 2025.06.18 18:42:44.216453 [ 195 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1282 rows, containing 72 columns (72 merged, 0 gathered) in 0.008677589 sec., 147736.88866803903 rows/sec., 116.52 MiB/sec. 2025.06.18 18:42:44.217890 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.18 18:42:44.218471 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:42:44.218561 [ 193 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_41_8} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.18 18:42:44.218903 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2025.06.18 18:42:45.568746 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2025.06.18 18:42:45.588829 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:45.588877 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:45.595338 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.18 18:42:45.596057 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:42:45.596381 [ 79 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.18 18:42:45.596466 [ 79 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:45.596500 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:45.596615 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:45.600053 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.06.18 18:42:45.600888 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:45.602417 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:45.607168 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:45.611845 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:45.616639 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:45.621211 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:45.625152 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:42:45.676658 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.080088865 sec., 5269.146965686179 rows/sec., 27.25 MiB/sec. 2025.06.18 18:42:45.679775 [ 189 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.18 18:42:45.682087 [ 189 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:42:45.682192 [ 189 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_56_11} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.18 18:42:45.685376 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.06.18 18:42:45.961706 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:45.961841 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:45.961897 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:45.962632 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:45.962673 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:45.963042 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.18 18:42:45.963271 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:45.963413 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} executeQuery: Read 90 rows, 7.71 KiB in 0.001592 sec., 56532.66331658291 rows/sec., 4.73 MiB/sec. 2025.06.18 18:42:45.963452 [ 276 ] {f5c7a52f-01b1-4064-9bfa-c52c6b64caae} TCPHandler: Processed in 0.001848246 sec. 2025.06.18 18:42:45.963627 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:45.963720 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:45.963759 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:45.964207 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:45.964242 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:45.964533 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.18 18:42:45.964753 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:45.964873 [ 68 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.18 18:42:45.964878 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} executeQuery: Read 17 rows, 1.28 KiB in 0.001176 sec., 14455.78231292517 rows/sec., 1.06 MiB/sec. 2025.06.18 18:42:45.964917 [ 68 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:45.964937 [ 276 ] {42ff4cb5-2a55-4b8d-a976-1b1cad899be6} TCPHandler: Processed in 0.001358089 sec. 2025.06.18 18:42:45.964948 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:45.965060 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:42:45.965070 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:45.965182 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:45.965183 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:45.965223 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:45.965233 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 178 rows starting from the beginning of the part 2025.06.18 18:42:45.965311 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 19 rows starting from the beginning of the part 2025.06.18 18:42:45.965364 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 23 rows starting from the beginning of the part 2025.06.18 18:42:45.965410 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:45.965456 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 37 rows starting from the beginning of the part 2025.06.18 18:42:45.965501 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:45.965665 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:45.965706 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:45.966249 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.18 18:42:45.966341 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 5 columns (5 merged, 0 gathered) in 0.001326248 sec., 219415.9764991163 rows/sec., 15.77 MiB/sec. 2025.06.18 18:42:45.966466 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:45.966538 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.18 18:42:45.966601 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} executeQuery: Read 81 rows, 6.48 KiB in 0.001438 sec., 56328.23365785814 rows/sec., 4.40 MiB/sec. 2025.06.18 18:42:45.966638 [ 276 ] {8bd5f7cf-2a4f-450b-9565-78e32ce343c0} TCPHandler: Processed in 0.001616212 sec. 2025.06.18 18:42:45.966789 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:45.966799 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:45.966878 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_76_15} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.18 18:42:45.966911 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:45.966962 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:45.966964 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:42:45.967445 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:45.967483 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:45.967885 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.18 18:42:45.968135 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:45.968290 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} executeQuery: Read 160 rows, 11.41 KiB in 0.001403 sec., 114041.33998574484 rows/sec., 7.94 MiB/sec. 2025.06.18 18:42:45.968334 [ 276 ] {3105bb6d-1319-4be9-af71-9450600129db} TCPHandler: Processed in 0.001607322 sec. 2025.06.18 18:42:45.968467 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:45.968572 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:45.968627 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:45.969416 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:45.969452 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:45.969976 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.18 18:42:45.970196 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:45.970330 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} executeQuery: Read 17 rows, 31.19 KiB in 0.001776 sec., 9572.072072072073 rows/sec., 17.15 MiB/sec. 2025.06.18 18:42:45.970382 [ 276 ] {a390378a-515c-4c5b-afaf-b1636aae4086} TCPHandler: Processed in 0.001974147 sec. 2025.06.18 18:42:45.970499 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:45.970595 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:45.970636 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:45.970968 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:45.971003 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:45.971302 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.18 18:42:45.971502 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:45.971628 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.06.18 18:42:45.971662 [ 276 ] {07b33b2d-6530-4559-979e-417489356e77} TCPHandler: Processed in 0.001210427 sec. 2025.06.18 18:42:50.962424 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:50.962638 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:50.962714 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:50.963356 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:50.963402 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:50.963821 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.18 18:42:50.964061 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:50.964216 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} executeQuery: Read 102 rows, 8.72 KiB in 0.001633 sec., 62461.72688303736 rows/sec., 5.22 MiB/sec. 2025.06.18 18:42:50.964218 [ 63 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.18 18:42:50.964261 [ 276 ] {3b86498f-6524-481b-8fb3-41266a5082ef} TCPHandler: Processed in 0.001975488 sec. 2025.06.18 18:42:50.964295 [ 63 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:50.964324 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:50.964396 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:50.964468 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:42:50.964497 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:50.964555 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:50.964629 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:50.964673 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 828 rows starting from the beginning of the part 2025.06.18 18:42:50.964749 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 102 rows starting from the beginning of the part 2025.06.18 18:42:50.964795 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 90 rows starting from the beginning of the part 2025.06.18 18:42:50.964840 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 223 rows starting from the beginning of the part 2025.06.18 18:42:50.964880 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 90 rows starting from the beginning of the part 2025.06.18 18:42:50.964921 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 102 rows starting from the beginning of the part 2025.06.18 18:42:50.964973 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:50.965017 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:50.965372 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.18 18:42:50.965610 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:50.965752 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} executeQuery: Read 23 rows, 1.73 KiB in 0.001274 sec., 18053.37519623234 rows/sec., 1.33 MiB/sec. 2025.06.18 18:42:50.965792 [ 276 ] {fe7bb921-4677-44e2-980a-a4e75201c7f4} TCPHandler: Processed in 0.00145097 sec. 2025.06.18 18:42:50.965894 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:50.965987 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:50.966028 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:50.966088 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1435 rows, containing 5 columns (5 merged, 0 gathered) in 0.001691883 sec., 848167.3969181085 rows/sec., 73.88 MiB/sec. 2025.06.18 18:42:50.966296 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.18 18:42:50.966458 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:50.966503 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:50.966573 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:50.966664 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_81_16} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.18 18:42:50.966748 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.18 18:42:50.966850 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.18 18:42:50.967068 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:50.967182 [ 63 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.18 18:42:50.967201 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} executeQuery: Read 87 rows, 6.96 KiB in 0.001232 sec., 70616.88311688311 rows/sec., 5.51 MiB/sec. 2025.06.18 18:42:50.967217 [ 63 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:50.967241 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:50.967247 [ 276 ] {c8bbd99a-8111-45b1-a708-64aadc425f76} TCPHandler: Processed in 0.00140189 sec. 2025.06.18 18:42:50.967327 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:42:50.967369 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:50.967436 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:50.967467 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:50.967472 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 496 rows starting from the beginning of the part 2025.06.18 18:42:50.967519 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:50.967554 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 87 rows starting from the beginning of the part 2025.06.18 18:42:50.967604 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 81 rows starting from the beginning of the part 2025.06.18 18:42:50.967646 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 125 rows starting from the beginning of the part 2025.06.18 18:42:50.967684 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 81 rows starting from the beginning of the part 2025.06.18 18:42:50.967720 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 87 rows starting from the beginning of the part 2025.06.18 18:42:50.967936 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:50.967979 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:50.968351 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.18 18:42:50.968580 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:50.968687 [ 200 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 957 rows, containing 5 columns (5 merged, 0 gathered) in 0.00140327 sec., 681978.5215959864 rows/sec., 54.36 MiB/sec. 2025.06.18 18:42:50.968689 [ 63 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.18 18:42:50.968712 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} executeQuery: Read 160 rows, 11.41 KiB in 0.001263 sec., 126682.5019794141 rows/sec., 8.82 MiB/sec. 2025.06.18 18:42:50.968735 [ 63 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:50.968757 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:50.968761 [ 276 ] {060a4e69-a3cb-4f3c-8d0b-aea986171c78} TCPHandler: Processed in 0.00144127 sec. 2025.06.18 18:42:50.968829 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:42:50.968837 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.18 18:42:50.968896 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:50.968928 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:50.968961 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 13322 rows starting from the beginning of the part 2025.06.18 18:42:50.969012 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part 2025.06.18 18:42:50.969025 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:50.969055 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:42:50.969098 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 197 rows starting from the beginning of the part 2025.06.18 18:42:50.969101 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:50.969126 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:50.969138 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part 2025.06.18 18:42:50.969186 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2025.06.18 18:42:50.969208 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_81_16} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.18 18:42:50.969288 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.18 18:42:50.969994 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:50.970037 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:50.970903 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.18 18:42:50.971159 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:50.971310 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} executeQuery: Read 23 rows, 42.20 KiB in 0.002312 sec., 9948.09688581315 rows/sec., 17.83 MiB/sec. 2025.06.18 18:42:50.971380 [ 276 ] {276dd7bc-4192-4380-9bf5-943f2b8d07b6} TCPHandler: Processed in 0.002545895 sec. 2025.06.18 18:42:50.971504 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:50.971607 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:50.971651 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:50.972050 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:50.972089 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:50.972533 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.18 18:42:50.972757 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:50.972867 [ 63 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.18 18:42:50.972889 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} executeQuery: Read 60 rows, 4.14 KiB in 0.001306 sec., 45941.80704441041 rows/sec., 3.10 MiB/sec. 2025.06.18 18:42:50.972904 [ 63 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:50.972934 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:50.972935 [ 276 ] {93524228-039c-4125-9f47-d77f6659b56f} TCPHandler: Processed in 0.00148108 sec. 2025.06.18 18:42:50.973044 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:42:50.973186 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:50.973219 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4680 rows starting from the beginning of the part 2025.06.18 18:42:50.973281 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2025.06.18 18:42:50.973327 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:42:50.973366 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2025.06.18 18:42:50.973402 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:42:50.973439 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2025.06.18 18:42:50.974798 [ 186 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 14159 rows, containing 5 columns (5 merged, 0 gathered) in 0.006010673 sec., 2355643.036977723 rows/sec., 164.73 MiB/sec. 2025.06.18 18:42:50.975141 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.18 18:42:50.975398 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:50.975465 [ 199 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_81_16} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.18 18:42:50.975616 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.99 MiB. 2025.06.18 18:42:50.975667 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4980 rows, containing 4 columns (4 merged, 0 gathered) in 0.002674427 sec., 1862081.111206251 rows/sec., 124.78 MiB/sec. 2025.06.18 18:42:50.976233 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.18 18:42:50.976560 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:50.976649 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_81_16} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.18 18:42:50.976750 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.06.18 18:42:51.000175 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 300.02 MiB, peak 312.18 MiB, free memory in arenas 0.00 B, will set to 302.35 MiB (RSS), difference: 2.33 MiB 2025.06.18 18:42:51.626534 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 2025.06.18 18:42:51.627036 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:51.627086 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:51.627621 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.18 18:42:51.627879 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:42:51.628038 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 2025.06.18 18:42:53.100212 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.06.18 18:42:53.116636 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:53.116703 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:53.122232 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.18 18:42:53.122919 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:42:53.125978 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.06.18 18:42:54.208081 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1306 2025.06.18 18:42:54.210489 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:54.210530 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:54.211723 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.18 18:42:54.211997 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:42:54.212254 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1306 2025.06.18 18:42:55.960893 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:55.961104 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:42:55.961180 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:42:55.961886 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:55.961929 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:55.962325 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.18 18:42:55.962549 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:42:55.962718 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} executeQuery: Read 4 rows, 334.00 B in 0.001667 sec., 2399.520095980804 rows/sec., 195.66 KiB/sec. 2025.06.18 18:42:55.962767 [ 276 ] {265ba5b6-2b57-43b3-a5e4-9a6c05bfce25} TCPHandler: Processed in 0.002002897 sec. 2025.06.18 18:42:55.962893 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:55.962996 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:42:55.963039 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:42:55.963493 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:55.963531 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:55.963873 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.18 18:42:55.964093 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:42:55.964224 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} executeQuery: Read 92 rows, 7.85 KiB in 0.001253 sec., 73423.78292098963 rows/sec., 6.12 MiB/sec. 2025.06.18 18:42:55.964265 [ 276 ] {fba9297e-699e-414b-934d-992378b6d726} TCPHandler: Processed in 0.00142253 sec. 2025.06.18 18:42:55.964384 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:55.964481 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:42:55.964522 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:42:55.964920 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:55.964956 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:55.965239 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.18 18:42:55.965444 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:42:55.965581 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} executeQuery: Read 21 rows, 1.56 KiB in 0.00112 sec., 18750 rows/sec., 1.36 MiB/sec. 2025.06.18 18:42:55.965619 [ 276 ] {48729796-3912-4afb-ba7a-859c9a810a2a} TCPHandler: Processed in 0.001289748 sec. 2025.06.18 18:42:55.965732 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:55.965825 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:42:55.965866 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:42:55.966302 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:55.966338 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:55.966650 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.18 18:42:55.966860 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:42:55.966990 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} executeQuery: Read 85 rows, 6.80 KiB in 0.001184 sec., 71790.54054054055 rows/sec., 5.61 MiB/sec. 2025.06.18 18:42:55.967029 [ 276 ] {5c9777ca-eaa5-43ca-b1bb-d568403b63f4} TCPHandler: Processed in 0.001347639 sec. 2025.06.18 18:42:55.967197 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:55.967293 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:55.967338 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:42:55.967765 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:55.967802 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:55.968133 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.18 18:42:55.968340 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:42:55.968472 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} executeQuery: Read 162 rows, 11.55 KiB in 0.001197 sec., 135338.34586466165 rows/sec., 9.42 MiB/sec. 2025.06.18 18:42:55.968509 [ 276 ] {db8d5b9c-6908-449b-b6bb-95768f8ad857} TCPHandler: Processed in 0.001361399 sec. 2025.06.18 18:42:55.968610 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:55.968704 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:42:55.968759 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:42:55.969586 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:55.969621 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:55.970165 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.18 18:42:55.970389 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:55.970530 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} executeQuery: Read 17 rows, 31.19 KiB in 0.001845 sec., 9214.09214092141 rows/sec., 16.51 MiB/sec. 2025.06.18 18:42:55.970515 [ 55 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.18 18:42:55.970597 [ 276 ] {4d5fbc43-c184-46e8-9446-ac68fdc00e2d} TCPHandler: Processed in 0.002034738 sec. 2025.06.18 18:42:55.970609 [ 55 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:55.970654 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:55.970724 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:42:55.970779 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:42:55.970824 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:42:55.970871 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:42:55.971037 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:42:55.971104 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1381 rows starting from the beginning of the part 2025.06.18 18:42:55.971216 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:55.971233 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:55.971259 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:42:55.971346 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 23 rows starting from the beginning of the part 2025.06.18 18:42:55.971447 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:55.971540 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 23 rows starting from the beginning of the part 2025.06.18 18:42:55.971576 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.18 18:42:55.971630 [ 186 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 17 rows starting from the beginning of the part 2025.06.18 18:42:55.971798 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:42:55.971942 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2025.06.18 18:42:55.971981 [ 276 ] {b7a63a84-c84e-4cd3-9bb6-936262ecfa60} TCPHandler: Processed in 0.001307129 sec. 2025.06.18 18:42:55.979116 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1478 rows, containing 19 columns (19 merged, 0 gathered) in 0.008383646 sec., 176295.6117183383 rows/sec., 315.91 MiB/sec. 2025.06.18 18:42:55.980921 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.18 18:42:55.981311 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:42:55.981396 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_76_15} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.18 18:42:55.981547 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. 2025.06.18 18:42:56.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 303.21 MiB, peak 314.75 MiB, free memory in arenas 0.00 B, will set to 306.31 MiB (RSS), difference: 3.11 MiB 2025.06.18 18:42:59.054646 [ 50 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:42:59.054709 [ 50 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:42:59.128248 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 2025.06.18 18:42:59.128836 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:42:59.128889 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.28 GiB. 2025.06.18 18:42:59.129404 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.18 18:42:59.129666 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:42:59.129825 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 2025.06.18 18:43:00.626128 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.06.18 18:43:00.642885 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:00.642936 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:00.648561 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.18 18:43:00.649245 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:43:00.652076 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.06.18 18:43:00.962339 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:00.962529 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:00.962601 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:00.963280 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:00.963326 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:00.963726 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.18 18:43:00.963951 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:00.964098 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} executeQuery: Read 102 rows, 8.72 KiB in 0.001621 sec., 62924.12091301665 rows/sec., 5.25 MiB/sec. 2025.06.18 18:43:00.964139 [ 276 ] {b4527984-e10c-40ea-b9bf-36963ffe6d0a} TCPHandler: Processed in 0.001939547 sec. 2025.06.18 18:43:00.964257 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:00.964362 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:00.964404 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:00.964807 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:00.964843 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:00.965150 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.18 18:43:00.965359 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:00.965488 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} executeQuery: Read 23 rows, 1.73 KiB in 0.001145 sec., 20087.336244541486 rows/sec., 1.48 MiB/sec. 2025.06.18 18:43:00.965526 [ 276 ] {e7a09011-0741-4023-a572-38497fa874d2} TCPHandler: Processed in 0.001319319 sec. 2025.06.18 18:43:00.965643 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:00.965737 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:00.965777 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:00.966201 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:00.966237 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:00.966535 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.18 18:43:00.966743 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:00.966860 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} executeQuery: Read 87 rows, 6.96 KiB in 0.001151 sec., 75586.44656820157 rows/sec., 5.90 MiB/sec. 2025.06.18 18:43:00.966894 [ 276 ] {aac37c00-2e93-4148-bd67-23396057e318} TCPHandler: Processed in 0.001321228 sec. 2025.06.18 18:43:00.967000 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:00.967096 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:00.967137 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:00.967519 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:00.967552 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:00.967937 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.18 18:43:00.968153 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:00.968283 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2025.06.18 18:43:00.968320 [ 276 ] {787b28ae-ebf5-42fd-907e-6048e2d1da8b} TCPHandler: Processed in 0.001348739 sec. 2025.06.18 18:43:00.968424 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:00.968524 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:00.968580 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:00.969382 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:00.969419 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:00.969954 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.18 18:43:00.970183 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:00.970320 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} executeQuery: Read 23 rows, 42.20 KiB in 0.001814 sec., 12679.162072767365 rows/sec., 22.72 MiB/sec. 2025.06.18 18:43:00.970375 [ 276 ] {3c3e0ef3-5a4f-490f-b29b-d80c64d36f61} TCPHandler: Processed in 0.001999147 sec. 2025.06.18 18:43:00.970490 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:00.970603 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:00.970645 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:00.970981 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:00.971016 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:00.971326 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.18 18:43:00.971537 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:00.971666 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2025.06.18 18:43:00.971702 [ 276 ] {5d26b300-aab1-4e2c-a3be-90bc54077526} TCPHandler: Processed in 0.001261638 sec. 2025.06.18 18:43:04.212568 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1332 2025.06.18 18:43:04.215012 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:04.215054 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:04.216227 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.18 18:43:04.216543 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:43:04.216826 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1332 2025.06.18 18:43:05.961773 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:05.961992 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:05.962063 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:05.962773 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:05.962812 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:05.963200 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.18 18:43:05.963426 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:05.963582 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} executeQuery: Read 90 rows, 7.71 KiB in 0.001643 sec., 54777.845404747415 rows/sec., 4.58 MiB/sec. 2025.06.18 18:43:05.963623 [ 276 ] {0935c7d4-10ca-480b-8d38-7e311a37a34f} TCPHandler: Processed in 0.001989397 sec. 2025.06.18 18:43:05.963749 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:05.963843 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:05.963884 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:05.964296 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:05.964332 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:05.964631 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.18 18:43:05.964843 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:05.964974 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} executeQuery: Read 17 rows, 1.28 KiB in 0.00115 sec., 14782.608695652174 rows/sec., 1.09 MiB/sec. 2025.06.18 18:43:05.965011 [ 276 ] {fee9f70c-7384-4f95-b327-4533c000c825} TCPHandler: Processed in 0.001310988 sec. 2025.06.18 18:43:05.965123 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:05.965216 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:05.965283 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:05.965705 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:05.965742 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:05.966043 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.18 18:43:05.966250 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:05.966377 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} executeQuery: Read 81 rows, 6.48 KiB in 0.001179 sec., 68702.29007633588 rows/sec., 5.36 MiB/sec. 2025.06.18 18:43:05.966414 [ 276 ] {99bb219a-3456-4399-a308-cb03d66af319} TCPHandler: Processed in 0.001339418 sec. 2025.06.18 18:43:05.966525 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:05.966644 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:05.966687 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:05.967095 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:05.967130 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:05.967478 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.18 18:43:05.967682 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:05.967812 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.06.18 18:43:05.967847 [ 276 ] {22cf3cd4-ece0-4248-8837-046d85478d33} TCPHandler: Processed in 0.001369768 sec. 2025.06.18 18:43:05.968134 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:05.968228 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:05.968283 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:05.969084 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:05.969120 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:05.969650 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.18 18:43:05.969878 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:05.970024 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} executeQuery: Read 17 rows, 31.19 KiB in 0.001814 sec., 9371.554575523704 rows/sec., 16.79 MiB/sec. 2025.06.18 18:43:05.970087 [ 276 ] {9bbec8f7-d060-4a5e-bc38-b9600fbb8590} TCPHandler: Processed in 0.002001157 sec. 2025.06.18 18:43:05.970202 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:05.970295 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:05.970337 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:05.970680 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:05.970713 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:05.971015 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.18 18:43:05.971216 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:05.971345 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.06.18 18:43:05.971379 [ 276 ] {871ef12d-5791-43e3-848f-b6d06afb78ca} TCPHandler: Processed in 0.001225997 sec. 2025.06.18 18:43:06.630076 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 2025.06.18 18:43:06.630655 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:06.630695 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:06.631194 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.18 18:43:06.631437 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:43:06.631564 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 2025.06.18 18:43:08.152243 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.06.18 18:43:08.169626 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:08.169681 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:08.175648 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.18 18:43:08.176362 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:43:08.179243 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.06.18 18:43:10.963865 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:10.964057 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:43:10.964123 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:43:10.964784 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:10.964824 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:10.965228 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:43:10.965467 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:43:10.965623 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} executeQuery: Read 24 rows, 2.04 KiB in 0.001615 sec., 14860.681114551084 rows/sec., 1.23 MiB/sec. 2025.06.18 18:43:10.965673 [ 276 ] {768bcd0e-a3ab-4530-af3c-5b382566176b} TCPHandler: Processed in 0.001938766 sec. 2025.06.18 18:43:10.965800 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:10.965902 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:43:10.965952 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:43:10.966371 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:10.966407 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:10.966707 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.18 18:43:10.966922 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:43:10.967053 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} executeQuery: Read 10 rows, 835.00 B in 0.001173 sec., 8525.149190110827 rows/sec., 695.17 KiB/sec. 2025.06.18 18:43:10.967092 [ 276 ] {c15f8194-49e8-4b61-850a-02bdfc09695c} TCPHandler: Processed in 0.001345189 sec. 2025.06.18 18:43:10.967204 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:10.967306 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:10.967346 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:10.967854 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:10.967889 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:10.968222 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.18 18:43:10.968428 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:10.968562 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} executeQuery: Read 227 rows, 20.55 KiB in 0.001282 sec., 177067.08268330735 rows/sec., 15.65 MiB/sec. 2025.06.18 18:43:10.968602 [ 276 ] {8b91b597-9dea-4e55-b731-dacd6717bb8b} TCPHandler: Processed in 0.001447 sec. 2025.06.18 18:43:10.968715 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:10.968810 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:10.968852 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:10.969258 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:10.969293 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:10.969597 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.18 18:43:10.969819 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:10.969929 [ 33 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.18 18:43:10.969952 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} executeQuery: Read 45 rows, 3.39 KiB in 0.001161 sec., 38759.689922480626 rows/sec., 2.85 MiB/sec. 2025.06.18 18:43:10.969969 [ 33 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:10.969988 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:10.969992 [ 276 ] {e564e0f3-9b5f-49be-a4cf-6506c6c229bf} TCPHandler: Processed in 0.001326768 sec. 2025.06.18 18:43:10.970100 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:10.970120 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:43:10.970193 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:43:10.970239 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:43:10.970273 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:10.970319 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 178 rows starting from the beginning of the part 2025.06.18 18:43:10.970393 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 23 rows starting from the beginning of the part 2025.06.18 18:43:10.970445 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 21 rows starting from the beginning of the part 2025.06.18 18:43:10.970489 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 23 rows starting from the beginning of the part 2025.06.18 18:43:10.970527 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 17 rows starting from the beginning of the part 2025.06.18 18:43:10.970568 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 45 rows starting from the beginning of the part 2025.06.18 18:43:10.970635 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:10.970675 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:10.971032 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:43:10.971262 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:43:10.971396 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} executeQuery: Read 24 rows, 2.04 KiB in 0.001222 sec., 19639.934533551554 rows/sec., 1.63 MiB/sec. 2025.06.18 18:43:10.971435 [ 276 ] {109152d9-9de9-4939-a888-3c4b88f08624} TCPHandler: Processed in 0.001383329 sec. 2025.06.18 18:43:10.971442 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 307 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373239 sec., 223559.04543928624 rows/sec., 16.10 MiB/sec. 2025.06.18 18:43:10.971550 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:10.971650 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:43:10.971676 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.18 18:43:10.971694 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:43:10.971987 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:10.972076 [ 190 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_81_16} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.18 18:43:10.972108 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:10.972148 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:10.972178 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.18 18:43:10.972464 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.18 18:43:10.972679 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:43:10.972807 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} executeQuery: Read 12 rows, 960.00 B in 0.001175 sec., 10212.765957446809 rows/sec., 797.87 KiB/sec. 2025.06.18 18:43:10.972844 [ 276 ] {deed11fd-ce11-4355-84ec-309a9f8e702f} TCPHandler: Processed in 0.001344858 sec. 2025.06.18 18:43:10.972971 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:10.973076 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:10.973117 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:10.973602 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:10.973637 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:10.973944 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.18 18:43:10.974156 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:10.974288 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} executeQuery: Read 133 rows, 11.03 KiB in 0.00123 sec., 108130.081300813 rows/sec., 8.76 MiB/sec. 2025.06.18 18:43:10.974327 [ 276 ] {4a652b41-8429-4615-a08d-812857d5f0bd} TCPHandler: Processed in 0.001405249 sec. 2025.06.18 18:43:10.974443 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:10.974547 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:10.974591 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:10.975015 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:10.975050 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:10.975392 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.18 18:43:10.975604 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:10.975737 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} executeQuery: Read 201 rows, 14.75 KiB in 0.001208 sec., 166390.72847682118 rows/sec., 11.92 MiB/sec. 2025.06.18 18:43:10.975775 [ 276 ] {7e3dc9bf-f1ba-4384-b82a-7481bd20db6a} TCPHandler: Processed in 0.001381099 sec. 2025.06.18 18:43:10.975893 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:10.975994 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:10.976049 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:10.976872 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:10.976906 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:10.977437 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.18 18:43:10.977673 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:10.977810 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} executeQuery: Read 23 rows, 42.20 KiB in 0.001833 sec., 12547.735951991272 rows/sec., 22.48 MiB/sec. 2025.06.18 18:43:10.977873 [ 276 ] {0c540e0a-2a8b-4daf-8967-2ffe6fe60ed6} TCPHandler: Processed in 0.002028898 sec. 2025.06.18 18:43:10.977988 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:10.978092 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:10.978134 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:10.978466 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:10.978500 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:10.978809 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.18 18:43:10.979019 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:10.979151 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.06.18 18:43:10.979187 [ 276 ] {91ef510e-d624-45cd-8444-59af2e1b6e6e} TCPHandler: Processed in 0.001247677 sec. 2025.06.18 18:43:14.054776 [ 26 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:43:14.054857 [ 26 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:43:14.131814 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 2025.06.18 18:43:14.132648 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:14.132740 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:14.133334 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.18 18:43:14.133584 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:43:14.133735 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 2025.06.18 18:43:14.217090 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1364 2025.06.18 18:43:14.219431 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:14.219482 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:14.220710 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.18 18:43:14.220996 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:43:14.221367 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1364 2025.06.18 18:43:15.679396 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.06.18 18:43:15.697405 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:15.697456 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:15.703781 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.18 18:43:15.704561 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:43:15.707763 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.06.18 18:43:15.962310 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:15.962483 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:15.962550 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:15.963282 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:15.963323 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:15.963739 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.18 18:43:15.963975 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:15.964137 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} executeQuery: Read 90 rows, 7.71 KiB in 0.001702 sec., 52878.965922444186 rows/sec., 4.42 MiB/sec. 2025.06.18 18:43:15.964154 [ 47 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.18 18:43:15.964187 [ 276 ] {e043c3f3-77b7-4be8-9075-d5458f2df94b} TCPHandler: Processed in 0.002007278 sec. 2025.06.18 18:43:15.964228 [ 47 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:15.964258 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:15.964328 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:15.964368 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:43:15.964428 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:15.964477 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:15.964482 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:15.964525 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 828 rows starting from the beginning of the part 2025.06.18 18:43:15.964593 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 92 rows starting from the beginning of the part 2025.06.18 18:43:15.964644 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 102 rows starting from the beginning of the part 2025.06.18 18:43:15.964683 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 90 rows starting from the beginning of the part 2025.06.18 18:43:15.964722 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 227 rows starting from the beginning of the part 2025.06.18 18:43:15.964758 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 90 rows starting from the beginning of the part 2025.06.18 18:43:15.964905 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:15.964949 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:15.965415 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.18 18:43:15.965656 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:15.965779 [ 190 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1429 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145553 sec., 981772.9624260579 rows/sec., 85.48 MiB/sec. 2025.06.18 18:43:15.965794 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} executeQuery: Read 17 rows, 1.28 KiB in 0.001384 sec., 12283.236994219653 rows/sec., 923.64 KiB/sec. 2025.06.18 18:43:15.965856 [ 276 ] {6379570a-6de1-48a0-a29f-6d7f9c2df827} TCPHandler: Processed in 0.001578632 sec. 2025.06.18 18:43:15.965973 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:15.965976 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.18 18:43:15.966072 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:15.966120 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:15.966247 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:15.966316 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_86_17} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.18 18:43:15.966397 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.18 18:43:15.966558 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:15.966599 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:15.966918 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.18 18:43:15.967132 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:15.967268 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} executeQuery: Read 81 rows, 6.48 KiB in 0.001213 sec., 66776.58697444352 rows/sec., 5.21 MiB/sec. 2025.06.18 18:43:15.967270 [ 47 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.18 18:43:15.967307 [ 276 ] {6f06e6c0-8ea7-42f5-85a8-06ed9744b5fb} TCPHandler: Processed in 0.001384229 sec. 2025.06.18 18:43:15.967320 [ 47 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:15.967345 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:15.967427 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:15.967434 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:43:15.967527 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:15.967540 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:15.967573 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 496 rows starting from the beginning of the part 2025.06.18 18:43:15.967580 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:15.967622 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 85 rows starting from the beginning of the part 2025.06.18 18:43:15.967663 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 87 rows starting from the beginning of the part 2025.06.18 18:43:15.967694 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 81 rows starting from the beginning of the part 2025.06.18 18:43:15.967726 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 133 rows starting from the beginning of the part 2025.06.18 18:43:15.967759 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 81 rows starting from the beginning of the part 2025.06.18 18:43:15.968014 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:15.968056 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:15.968421 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.18 18:43:15.968584 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 963 rows, containing 5 columns (5 merged, 0 gathered) in 0.001183947 sec., 813381.004386176 rows/sec., 64.86 MiB/sec. 2025.06.18 18:43:15.968643 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:15.968754 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.18 18:43:15.968785 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} executeQuery: Read 160 rows, 11.41 KiB in 0.001276 sec., 125391.84952978056 rows/sec., 8.73 MiB/sec. 2025.06.18 18:43:15.968791 [ 47 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.18 18:43:15.968828 [ 276 ] {af666fae-3ab4-4cb7-b07c-501bb28aa301} TCPHandler: Processed in 0.00145004 sec. 2025.06.18 18:43:15.968842 [ 47 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:15.968869 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:15.968956 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:15.968961 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:43:15.969029 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:15.969057 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:15.969073 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:15.969095 [ 192 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_86_17} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.18 18:43:15.969106 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 14159 rows starting from the beginning of the part 2025.06.18 18:43:15.969118 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:15.969151 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 162 rows starting from the beginning of the part 2025.06.18 18:43:15.969174 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.18 18:43:15.969194 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2025.06.18 18:43:15.969229 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2025.06.18 18:43:15.969262 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 201 rows starting from the beginning of the part 2025.06.18 18:43:15.969295 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2025.06.18 18:43:15.969966 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:15.970007 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:15.970672 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.18 18:43:15.970926 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:15.971072 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} executeQuery: Read 17 rows, 31.19 KiB in 0.002033 sec., 8362.02656173143 rows/sec., 14.98 MiB/sec. 2025.06.18 18:43:15.971141 [ 276 ] {a6d6f3ac-c7ab-495d-9d8f-92b19d57a25e} TCPHandler: Processed in 0.002235071 sec. 2025.06.18 18:43:15.971283 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:15.971379 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:15.971422 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:15.971769 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:15.971805 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:15.972212 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.18 18:43:15.972433 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:15.972566 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} executeQuery: Read 60 rows, 4.14 KiB in 0.001206 sec., 49751.24378109453 rows/sec., 3.35 MiB/sec. 2025.06.18 18:43:15.972572 [ 47 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.18 18:43:15.972606 [ 276 ] {6e1d6422-f579-4f53-b29c-c7a3dd7902d9} TCPHandler: Processed in 0.001372829 sec. 2025.06.18 18:43:15.972618 [ 47 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:15.972647 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:15.972739 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:43:15.972874 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:15.972912 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4980 rows starting from the beginning of the part 2025.06.18 18:43:15.972987 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:43:15.973035 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2025.06.18 18:43:15.973081 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2025.06.18 18:43:15.973115 [ 188 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 15002 rows, containing 5 columns (5 merged, 0 gathered) in 0.004191268 sec., 3579346.3935019188 rows/sec., 250.34 MiB/sec. 2025.06.18 18:43:15.973122 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:43:15.973187 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2025.06.18 18:43:15.973658 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.18 18:43:15.973952 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:15.974035 [ 193 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_86_17} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.18 18:43:15.974146 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. 2025.06.18 18:43:15.975416 [ 196 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5280 rows, containing 4 columns (4 merged, 0 gathered) in 0.002720358 sec., 1940921.011131623 rows/sec., 130.10 MiB/sec. 2025.06.18 18:43:15.975932 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.18 18:43:15.976181 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:15.976249 [ 193 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_86_17} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.18 18:43:15.976324 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.06.18 18:43:20.962416 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:20.962601 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:20.962668 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:20.963305 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:20.963349 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:20.963750 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.18 18:43:20.963985 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:20.964145 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} executeQuery: Read 102 rows, 8.72 KiB in 0.00159 sec., 64150.943396226416 rows/sec., 5.36 MiB/sec. 2025.06.18 18:43:20.964193 [ 276 ] {f09c1d70-e401-45cf-ae8e-bfa667ad2037} TCPHandler: Processed in 0.001906737 sec. 2025.06.18 18:43:20.964315 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:20.964411 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:20.964452 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:20.964866 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:20.964905 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:20.965208 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.18 18:43:20.965422 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:20.965554 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} executeQuery: Read 23 rows, 1.73 KiB in 0.001162 sec., 19793.459552495697 rows/sec., 1.45 MiB/sec. 2025.06.18 18:43:20.965592 [ 276 ] {6a8440ed-0103-4925-b3d7-2388b4e7f51d} TCPHandler: Processed in 0.001326558 sec. 2025.06.18 18:43:20.965701 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:20.965796 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:20.965837 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:20.966253 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:20.966290 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:20.966609 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.18 18:43:20.966822 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:20.966951 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} executeQuery: Read 87 rows, 6.96 KiB in 0.001174 sec., 74105.62180579217 rows/sec., 5.79 MiB/sec. 2025.06.18 18:43:20.966994 [ 276 ] {67d1c86b-d78d-4f25-9622-6b6e56d7f253} TCPHandler: Processed in 0.001341608 sec. 2025.06.18 18:43:20.967107 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:20.967200 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:20.967244 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:20.967640 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:20.967676 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:20.968011 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.18 18:43:20.968223 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:20.968354 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.06.18 18:43:20.968392 [ 276 ] {f4697881-453a-409d-a33e-d73fd20fba23} TCPHandler: Processed in 0.001334999 sec. 2025.06.18 18:43:20.968511 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:20.968637 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:20.968704 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:20.969506 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:20.969544 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:20.970081 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.18 18:43:20.970305 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:20.970433 [ 30 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.18 18:43:20.970448 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} executeQuery: Read 23 rows, 42.20 KiB in 0.001837 sec., 12520.413718018508 rows/sec., 22.44 MiB/sec. 2025.06.18 18:43:20.970506 [ 30 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:20.970534 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:20.970537 [ 276 ] {b3bf6bbf-0f7f-4719-84d1-ec59db2455ee} TCPHandler: Processed in 0.002086019 sec. 2025.06.18 18:43:20.970663 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:20.970671 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:43:20.970759 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:20.970805 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:20.970972 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:20.971045 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1478 rows starting from the beginning of the part 2025.06.18 18:43:20.971145 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:20.971185 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:20.971198 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 23 rows starting from the beginning of the part 2025.06.18 18:43:20.971330 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 17 rows starting from the beginning of the part 2025.06.18 18:43:20.971450 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 23 rows starting from the beginning of the part 2025.06.18 18:43:20.971503 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.18 18:43:20.971565 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 17 rows starting from the beginning of the part 2025.06.18 18:43:20.971708 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 23 rows starting from the beginning of the part 2025.06.18 18:43:20.971736 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:20.971879 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2025.06.18 18:43:20.971915 [ 276 ] {6e95785e-1c6d-4cb9-847a-5d20befa6670} TCPHandler: Processed in 0.001299998 sec. 2025.06.18 18:43:20.979511 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1581 rows, containing 19 columns (19 merged, 0 gathered) in 0.008905893 sec., 177522.90533919507 rows/sec., 318.11 MiB/sec. 2025.06.18 18:43:20.981230 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.18 18:43:20.981592 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:20.981675 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_81_16} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.18 18:43:20.981852 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. 2025.06.18 18:43:21.000140 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 308.62 MiB, peak 320.15 MiB, free memory in arenas 0.00 B, will set to 312.11 MiB (RSS), difference: 3.49 MiB 2025.06.18 18:43:21.270948 [ 30 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.06.18 18:43:21.271020 [ 30 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:21.271045 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:21.271146 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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.18 18:43:21.271268 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:21.271301 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part 2025.06.18 18:43:21.271368 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part 2025.06.18 18:43:21.271412 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2025.06.18 18:43:21.271454 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part 2025.06.18 18:43:21.271497 [ 193 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part 2025.06.18 18:43:21.272275 [ 198 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001166526 sec., 32575.356228665285 rows/sec., 2.72 MiB/sec. 2025.06.18 18:43:21.272455 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.06.18 18:43:21.272749 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:43:21.272827 [ 191 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_25_6} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.06.18 18:43:21.272917 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.18 18:43:21.633934 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 2025.06.18 18:43:21.634494 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:21.634549 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:21.635086 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.18 18:43:21.635343 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:43:21.635497 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 2025.06.18 18:43:21.635544 [ 136 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.18 18:43:21.635643 [ 136 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:21.635681 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:21.635806 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:43:21.635941 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:21.635990 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:43:21.636053 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part 2025.06.18 18:43:21.636099 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part 2025.06.18 18:43:21.636136 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part 2025.06.18 18:43:21.636174 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part 2025.06.18 18:43:21.636210 [ 193 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part 2025.06.18 18:43:21.638637 [ 198 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.00287703 sec., 9710708.612701293 rows/sec., 138.91 MiB/sec. 2025.06.18 18:43:21.638978 [ 200 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.18 18:43:21.639256 [ 200 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:43:21.639327 [ 200 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_61_12} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.18 18:43:21.639439 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. 2025.06.18 18:43:23.207884 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.06.18 18:43:23.226417 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:23.226467 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:23.233086 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.18 18:43:23.233801 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:43:23.234087 [ 76 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.18 18:43:23.234122 [ 76 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:23.234151 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:23.234318 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:43:23.237293 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.06.18 18:43:23.238378 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:23.239993 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:43:23.244751 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:43:23.249622 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:43:23.254652 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:43:23.259835 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:43:23.263998 [ 200 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:43:23.315775 [ 198 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.081533415 sec., 5641.85861710809 rows/sec., 29.17 MiB/sec. 2025.06.18 18:43:23.319317 [ 201 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.18 18:43:23.321581 [ 201 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_61_12} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:43:23.321683 [ 201 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_61_12} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.18 18:43:23.324366 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.06.18 18:43:24.221670 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1388 2025.06.18 18:43:24.223870 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:24.223913 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:24.225073 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.18 18:43:24.225339 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:43:24.225604 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1388 2025.06.18 18:43:25.962469 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:25.962682 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:43:25.962758 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:43:25.963407 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:25.963458 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:25.963838 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.18 18:43:25.964069 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:43:25.964234 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} executeQuery: Read 2 rows, 167.00 B in 0.001607 sec., 1244.5550715619167 rows/sec., 101.48 KiB/sec. 2025.06.18 18:43:25.964282 [ 276 ] {8f41b89a-e53c-4a4d-8206-aba517c48368} TCPHandler: Processed in 0.001952427 sec. 2025.06.18 18:43:25.964406 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:25.964507 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:25.964549 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:25.964992 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:25.965034 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:25.965340 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.18 18:43:25.965548 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:25.965680 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} executeQuery: Read 91 rows, 7.78 KiB in 0.001197 sec., 76023.3918128655 rows/sec., 6.35 MiB/sec. 2025.06.18 18:43:25.965718 [ 276 ] {531e2152-9ca6-4e0e-abb0-a32c512aff65} TCPHandler: Processed in 0.001362669 sec. 2025.06.18 18:43:25.965826 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:25.965921 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:25.965961 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:25.966355 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:25.966390 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:25.966694 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.18 18:43:25.966899 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:25.967033 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} executeQuery: Read 19 rows, 1.42 KiB in 0.001131 sec., 16799.292661361626 rows/sec., 1.22 MiB/sec. 2025.06.18 18:43:25.967070 [ 276 ] {fc976491-a5f5-4d78-a519-0c72e472ae95} TCPHandler: Processed in 0.001291908 sec. 2025.06.18 18:43:25.967169 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:25.967263 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:25.967303 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:25.967703 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:25.967740 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:25.968036 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.18 18:43:25.968245 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:25.968372 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} executeQuery: Read 83 rows, 6.64 KiB in 0.001128 sec., 73581.56028368794 rows/sec., 5.75 MiB/sec. 2025.06.18 18:43:25.968409 [ 276 ] {a288971e-d4d0-46d8-be68-428adc344434} TCPHandler: Processed in 0.001287328 sec. 2025.06.18 18:43:25.968513 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:25.968607 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:25.968651 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:25.969063 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:25.969098 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:25.969418 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.18 18:43:25.969622 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:25.969753 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} executeQuery: Read 161 rows, 11.48 KiB in 0.001164 sec., 138316.15120274914 rows/sec., 9.63 MiB/sec. 2025.06.18 18:43:25.969788 [ 276 ] {ee61ea03-5a92-4994-bd16-47eb62a90f86} TCPHandler: Processed in 0.001322168 sec. 2025.06.18 18:43:25.969909 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:25.970036 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:25.970103 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:25.971015 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:25.971053 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:25.971598 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.18 18:43:25.971823 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:25.971964 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} executeQuery: Read 17 rows, 31.19 KiB in 0.001954 sec., 8700.102354145343 rows/sec., 15.59 MiB/sec. 2025.06.18 18:43:25.972018 [ 276 ] {9928408b-409e-4771-ba41-8ea3a94fcf1f} TCPHandler: Processed in 0.00217123 sec. 2025.06.18 18:43:25.972131 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:25.972228 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:25.972269 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:25.972604 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:25.972640 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:25.972943 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.18 18:43:25.973160 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:25.973289 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.06.18 18:43:25.973326 [ 276 ] {681f0a6e-a234-4c05-9147-f4336558504e} TCPHandler: Processed in 0.001244567 sec. 2025.06.18 18:43:29.054913 [ 143 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:43:29.054963 [ 143 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:43:29.135714 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 2025.06.18 18:43:29.136268 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:29.136312 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.27 GiB. 2025.06.18 18:43:29.136837 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.18 18:43:29.137093 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:43:29.137246 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 2025.06.18 18:43:30.737511 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.06.18 18:43:30.752877 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:30.752932 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:30.759065 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.18 18:43:30.759776 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:43:30.762522 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.06.18 18:43:30.962156 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:30.962341 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:30.962408 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:30.963083 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:30.963131 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:30.963543 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.18 18:43:30.963774 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:30.963927 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} executeQuery: Read 102 rows, 8.72 KiB in 0.001634 sec., 62423.5006119951 rows/sec., 5.21 MiB/sec. 2025.06.18 18:43:30.963968 [ 276 ] {d9429f07-e902-4b25-8176-d874d307484c} TCPHandler: Processed in 0.001954447 sec. 2025.06.18 18:43:30.964094 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:30.964189 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:30.964232 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:30.964639 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:30.964673 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:30.964983 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.18 18:43:30.965198 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:30.965332 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} executeQuery: Read 23 rows, 1.73 KiB in 0.001162 sec., 19793.459552495697 rows/sec., 1.45 MiB/sec. 2025.06.18 18:43:30.965371 [ 276 ] {73e07293-2e8a-49b7-8516-fe021a001820} TCPHandler: Processed in 0.001328128 sec. 2025.06.18 18:43:30.965481 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:30.965576 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:30.965616 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:30.966053 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:30.966088 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:30.966389 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.18 18:43:30.966601 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:30.966726 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} executeQuery: Read 87 rows, 6.96 KiB in 0.001168 sec., 74486.30136986301 rows/sec., 5.82 MiB/sec. 2025.06.18 18:43:30.966763 [ 276 ] {cd2170d2-ecc2-44a0-8a13-4ff9f112752f} TCPHandler: Processed in 0.001331348 sec. 2025.06.18 18:43:30.966874 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:30.966967 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:30.967011 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:30.967439 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:30.967473 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:30.967824 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.18 18:43:30.968033 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:30.968161 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2025.06.18 18:43:30.968198 [ 276 ] {e3d537c2-bcb4-43f3-8164-721beae71647} TCPHandler: Processed in 0.001373889 sec. 2025.06.18 18:43:30.968307 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:30.968401 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:30.968457 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:30.969303 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:30.969338 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:30.969887 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.18 18:43:30.970112 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:30.970249 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} executeQuery: Read 23 rows, 42.20 KiB in 0.001866 sec., 12325.830653804931 rows/sec., 22.09 MiB/sec. 2025.06.18 18:43:30.970302 [ 276 ] {f4951671-157d-437f-8be5-dd8ef781ad24} TCPHandler: Processed in 0.002043568 sec. 2025.06.18 18:43:30.970416 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:30.970511 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:30.970553 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:30.970887 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:30.970921 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:30.971228 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.18 18:43:30.971438 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:30.971564 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.06.18 18:43:30.971600 [ 276 ] {ca63acf0-de6a-4b4a-90c4-0166974eade0} TCPHandler: Processed in 0.001233897 sec. 2025.06.18 18:43:34.225915 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1414 2025.06.18 18:43:34.228170 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:34.228215 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:34.229393 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.18 18:43:34.229659 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:43:34.229850 [ 140 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.18 18:43:34.229905 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1414 2025.06.18 18:43:34.229929 [ 140 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:34.229958 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:34.230067 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:43:34.230638 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:34.230788 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1282 rows starting from the beginning of the part 2025.06.18 18:43:34.231166 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part 2025.06.18 18:43:34.231506 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part 2025.06.18 18:43:34.231829 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part 2025.06.18 18:43:34.232166 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part 2025.06.18 18:43:34.232605 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part 2025.06.18 18:43:34.239846 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1414 rows, containing 72 columns (72 merged, 0 gathered) in 0.009826105 sec., 143902.39062171633 rows/sec., 112.40 MiB/sec. 2025.06.18 18:43:34.241197 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.18 18:43:34.241689 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:43:34.241759 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_46_9} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.18 18:43:34.241930 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2025.06.18 18:43:35.962654 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:35.962870 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:35.962948 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:35.963674 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:35.963716 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:35.964134 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.18 18:43:35.964377 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:35.964537 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} executeQuery: Read 90 rows, 7.71 KiB in 0.001721 sec., 52295.177222545026 rows/sec., 4.37 MiB/sec. 2025.06.18 18:43:35.964585 [ 276 ] {66d146e1-416d-4356-9964-9e29003d143a} TCPHandler: Processed in 0.002071069 sec. 2025.06.18 18:43:35.964711 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:35.964815 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:35.964859 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:35.965280 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:35.965315 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:35.965616 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.18 18:43:35.965842 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:35.965952 [ 137 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.18 18:43:35.965975 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} executeQuery: Read 17 rows, 1.28 KiB in 0.001184 sec., 14358.108108108108 rows/sec., 1.05 MiB/sec. 2025.06.18 18:43:35.965988 [ 137 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:35.966008 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:35.966015 [ 276 ] {f4e2a389-e103-49cc-a404-bcf437190f9d} TCPHandler: Processed in 0.001356829 sec. 2025.06.18 18:43:35.966119 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:35.966137 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:43:35.966216 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:35.966264 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:35.966300 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:35.966343 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 178 rows starting from the beginning of the part 2025.06.18 18:43:35.966409 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 17 rows starting from the beginning of the part 2025.06.18 18:43:35.966454 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 23 rows starting from the beginning of the part 2025.06.18 18:43:35.966497 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 19 rows starting from the beginning of the part 2025.06.18 18:43:35.966537 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 23 rows starting from the beginning of the part 2025.06.18 18:43:35.966580 [ 198 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 17 rows starting from the beginning of the part 2025.06.18 18:43:35.966700 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:35.966743 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:35.967295 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.18 18:43:35.967471 [ 186 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 5 columns (5 merged, 0 gathered) in 0.001396189 sec., 198397.20840086837 rows/sec., 14.18 MiB/sec. 2025.06.18 18:43:35.967519 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:35.967659 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} executeQuery: Read 81 rows, 6.48 KiB in 0.001462 sec., 55403.55677154583 rows/sec., 4.33 MiB/sec. 2025.06.18 18:43:35.967667 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.18 18:43:35.967700 [ 276 ] {d50fdb88-1b81-4043-9e91-ae0f27314d6d} TCPHandler: Processed in 0.001630762 sec. 2025.06.18 18:43:35.967825 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:35.967923 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:35.967970 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:35.968012 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:35.968104 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_86_17} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.18 18:43:35.968197 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:43:35.968400 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:35.968441 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:35.968786 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.18 18:43:35.969003 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:35.969137 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2025.06.18 18:43:35.969175 [ 276 ] {cdf17597-d6a5-4aad-ba4d-841b2abdf0a5} TCPHandler: Processed in 0.00140062 sec. 2025.06.18 18:43:35.969282 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:35.969391 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:35.969458 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:35.970376 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:35.970411 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:35.970947 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.18 18:43:35.971174 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:35.971312 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} executeQuery: Read 17 rows, 31.19 KiB in 0.001947 sec., 8731.381612737545 rows/sec., 15.65 MiB/sec. 2025.06.18 18:43:35.971365 [ 276 ] {00d4ac1e-90ac-4ca0-8249-a74aae524ea7} TCPHandler: Processed in 0.002131859 sec. 2025.06.18 18:43:35.971478 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:35.971574 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:35.971616 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:35.971950 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:35.971984 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:35.972310 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.18 18:43:35.972517 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:35.972647 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2025.06.18 18:43:35.972684 [ 276 ] {ce7f99ff-e195-421c-9d79-e9bcc481060d} TCPHandler: Processed in 0.001256417 sec. 2025.06.18 18:43:36.637452 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 2025.06.18 18:43:36.637930 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:36.637963 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:36.638440 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.18 18:43:36.638665 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:43:36.638790 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 2025.06.18 18:43:38.262671 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.06.18 18:43:38.281300 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:38.281367 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:38.287571 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.18 18:43:38.288282 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:43:38.291751 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.06.18 18:43:40.962119 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:40.962327 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:43:40.962399 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:43:40.963026 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:40.963072 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:40.963441 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.18 18:43:40.963658 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:43:40.963818 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} executeQuery: Read 2 rows, 167.00 B in 0.001544 sec., 1295.3367875647668 rows/sec., 105.63 KiB/sec. 2025.06.18 18:43:40.963869 [ 276 ] {a37a9fb7-9294-4812-b429-cb1cc535e83a} TCPHandler: Processed in 0.001885766 sec. 2025.06.18 18:43:40.963995 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:40.964126 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:40.964176 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:40.964690 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:40.964727 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:40.965056 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.18 18:43:40.965285 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:40.965408 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} executeQuery: Read 103 rows, 8.79 KiB in 0.001319 sec., 78089.46171341925 rows/sec., 6.51 MiB/sec. 2025.06.18 18:43:40.965411 [ 116 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.18 18:43:40.965445 [ 276 ] {0230e4a7-5d3e-4be3-bd21-d103b0049411} TCPHandler: Processed in 0.001525272 sec. 2025.06.18 18:43:40.965520 [ 116 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:40.965550 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:40.965628 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:40.965672 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:43:40.965731 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:40.965774 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:40.965820 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:40.965886 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 828 rows starting from the beginning of the part 2025.06.18 18:43:40.965956 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 102 rows starting from the beginning of the part 2025.06.18 18:43:40.966003 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 91 rows starting from the beginning of the part 2025.06.18 18:43:40.966048 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 102 rows starting from the beginning of the part 2025.06.18 18:43:40.966092 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 90 rows starting from the beginning of the part 2025.06.18 18:43:40.966136 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 103 rows starting from the beginning of the part 2025.06.18 18:43:40.966233 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:40.966277 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:40.966628 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.18 18:43:40.966861 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:40.966997 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} executeQuery: Read 25 rows, 1.87 KiB in 0.00126 sec., 19841.26984126984 rows/sec., 1.45 MiB/sec. 2025.06.18 18:43:40.967034 [ 276 ] {1b92c284-aee8-4367-885c-ca6db403b77e} TCPHandler: Processed in 0.001426209 sec. 2025.06.18 18:43:40.967149 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:40.967250 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:40.967290 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:40.967325 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001681483 sec., 782642.465014514 rows/sec., 67.45 MiB/sec. 2025.06.18 18:43:40.967545 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.18 18:43:40.967706 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:40.967750 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:40.967794 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:40.967877 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_91_18} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.18 18:43:40.967953 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.06.18 18:43:40.968067 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.18 18:43:40.968281 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:40.968401 [ 116 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.18 18:43:40.968409 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} executeQuery: Read 89 rows, 7.12 KiB in 0.001177 sec., 75615.97281223448 rows/sec., 5.91 MiB/sec. 2025.06.18 18:43:40.968438 [ 116 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:40.968460 [ 276 ] {55251c85-39fa-4715-abcb-446b34794393} TCPHandler: Processed in 0.001358879 sec. 2025.06.18 18:43:40.968461 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:40.968578 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:43:40.968583 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:40.968699 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:40.968703 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:40.968740 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 496 rows starting from the beginning of the part 2025.06.18 18:43:40.968760 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:40.968811 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 87 rows starting from the beginning of the part 2025.06.18 18:43:40.968861 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 83 rows starting from the beginning of the part 2025.06.18 18:43:40.968903 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 87 rows starting from the beginning of the part 2025.06.18 18:43:40.968944 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 81 rows starting from the beginning of the part 2025.06.18 18:43:40.968984 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 89 rows starting from the beginning of the part 2025.06.18 18:43:40.969165 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:40.969206 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:40.969552 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.18 18:43:40.969773 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:40.969896 [ 133 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.18 18:43:40.969903 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} executeQuery: Read 161 rows, 11.48 KiB in 0.001217 sec., 132292.5225965489 rows/sec., 9.21 MiB/sec. 2025.06.18 18:43:40.969926 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 923 rows, containing 5 columns (5 merged, 0 gathered) in 0.001391539 sec., 663294.3812570111 rows/sec., 52.55 MiB/sec. 2025.06.18 18:43:40.969928 [ 133 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:40.969945 [ 276 ] {3544cf83-407a-4224-b5c8-7c1acfeb4f82} TCPHandler: Processed in 0.001410899 sec. 2025.06.18 18:43:40.969968 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:40.970055 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:40.970058 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:43:40.970079 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.18 18:43:40.970159 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:40.970185 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:40.970219 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:40.970220 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 15002 rows starting from the beginning of the part 2025.06.18 18:43:40.970298 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2025.06.18 18:43:40.970341 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part 2025.06.18 18:43:40.970357 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:40.970380 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part 2025.06.18 18:43:40.970422 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2025.06.18 18:43:40.970444 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_91_18} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.18 18:43:40.970461 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 161 rows starting from the beginning of the part 2025.06.18 18:43:40.970545 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.06.18 18:43:40.971052 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:40.971093 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:40.971792 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.18 18:43:40.972053 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:40.972204 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} executeQuery: Read 23 rows, 42.20 KiB in 0.002063 sec., 11148.812409112941 rows/sec., 19.98 MiB/sec. 2025.06.18 18:43:40.972272 [ 276 ] {ff4a1578-0e6b-413e-809f-d4512bfab44f} TCPHandler: Processed in 0.002264041 sec. 2025.06.18 18:43:40.972398 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:40.972502 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:40.972543 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:40.972873 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:40.972907 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:40.973304 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.18 18:43:40.973522 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:40.973627 [ 133 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.18 18:43:40.973648 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. 2025.06.18 18:43:40.973656 [ 133 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:40.973680 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:40.973683 [ 276 ] {c00d7388-3b45-497f-9de8-bce7cb5ebe37} TCPHandler: Processed in 0.001333178 sec. 2025.06.18 18:43:40.973773 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:43:40.973909 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:40.973946 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5280 rows starting from the beginning of the part 2025.06.18 18:43:40.974014 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:43:40.974061 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2025.06.18 18:43:40.974103 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:43:40.974143 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2025.06.18 18:43:40.974185 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2025.06.18 18:43:40.975071 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 15804 rows, containing 5 columns (5 merged, 0 gathered) in 0.00504753 sec., 3131036.368283101 rows/sec., 218.94 MiB/sec. 2025.06.18 18:43:40.975716 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.18 18:43:40.976001 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:40.976089 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_91_18} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.18 18:43:40.976185 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. 2025.06.18 18:43:40.976465 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5580 rows, containing 4 columns (4 merged, 0 gathered) in 0.002735608 sec., 2039765.9313761329 rows/sec., 136.77 MiB/sec. 2025.06.18 18:43:40.976997 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.18 18:43:40.977251 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:40.977322 [ 190 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_91_18} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.18 18:43:40.977389 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2025.06.18 18:43:41.000179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 313.52 MiB, peak 326.66 MiB, free memory in arenas 0.00 B, will set to 314.93 MiB (RSS), difference: 1.41 MiB 2025.06.18 18:43:44.055041 [ 125 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:43:44.055124 [ 125 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:43:44.139012 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 2025.06.18 18:43:44.139562 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:44.139608 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:44.140117 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.18 18:43:44.140368 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:43:44.140513 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 2025.06.18 18:43:44.230218 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1440 2025.06.18 18:43:44.232558 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:44.232611 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:44.233824 [ 242 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.18 18:43:44.234097 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:43:44.234491 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1440 2025.06.18 18:43:45.001436 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000960474 sec. 2025.06.18 18:43:45.791917 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.06.18 18:43:45.810102 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:45.810156 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:45.816554 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.18 18:43:45.817257 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:43:45.820486 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.06.18 18:43:45.961599 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:45.961793 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:45.961860 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:45.962560 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:45.962604 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:45.963005 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.18 18:43:45.963246 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:45.963406 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} executeQuery: Read 90 rows, 7.71 KiB in 0.001663 sec., 54119.06193625977 rows/sec., 4.53 MiB/sec. 2025.06.18 18:43:45.963449 [ 276 ] {f2e54813-a877-46bf-87e5-9fd39dcf0c9c} TCPHandler: Processed in 0.002004968 sec. 2025.06.18 18:43:45.963583 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:45.963678 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:45.963720 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:45.964136 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:45.964173 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:45.964489 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.18 18:43:45.964706 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:45.964838 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} executeQuery: Read 17 rows, 1.28 KiB in 0.001179 sec., 14418.99915182358 rows/sec., 1.06 MiB/sec. 2025.06.18 18:43:45.964876 [ 276 ] {1bc866a3-764e-42cc-942b-47b816f1c046} TCPHandler: Processed in 0.001343508 sec. 2025.06.18 18:43:45.964990 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:45.965085 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:45.965126 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:45.965542 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:45.965576 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:45.965880 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.18 18:43:45.966091 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:45.966218 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} executeQuery: Read 81 rows, 6.48 KiB in 0.001151 sec., 70373.58818418767 rows/sec., 5.50 MiB/sec. 2025.06.18 18:43:45.966256 [ 276 ] {8f556381-3657-41ac-aa00-40f0e105aca8} TCPHandler: Processed in 0.001315848 sec. 2025.06.18 18:43:45.966378 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:45.966472 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:45.966517 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:45.966946 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:45.966981 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:45.967318 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.18 18:43:45.967560 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:45.967688 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2025.06.18 18:43:45.967725 [ 276 ] {9672cda4-289f-4edc-819e-b5055e86e807} TCPHandler: Processed in 0.001395199 sec. 2025.06.18 18:43:45.967830 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:45.967924 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:45.967980 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:45.968807 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:45.968841 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:45.969390 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.18 18:43:45.969623 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:45.969734 [ 129 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.18 18:43:45.969759 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} executeQuery: Read 17 rows, 31.19 KiB in 0.001853 sec., 9174.311926605504 rows/sec., 16.44 MiB/sec. 2025.06.18 18:43:45.969773 [ 129 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:45.969795 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:45.969812 [ 276 ] {a0544ea3-89ae-4667-b470-3d3b5bd6afae} TCPHandler: Processed in 0.002030128 sec. 2025.06.18 18:43:45.969905 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:43:45.969925 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:45.970031 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:45.970073 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:45.970130 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:45.970190 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1581 rows starting from the beginning of the part 2025.06.18 18:43:45.970313 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 17 rows starting from the beginning of the part 2025.06.18 18:43:45.970408 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:45.970410 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 23 rows starting from the beginning of the part 2025.06.18 18:43:45.970452 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:45.970529 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 17 rows starting from the beginning of the part 2025.06.18 18:43:45.970624 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 23 rows starting from the beginning of the part 2025.06.18 18:43:45.970714 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 17 rows starting from the beginning of the part 2025.06.18 18:43:45.970790 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.18 18:43:45.971039 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:45.971181 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} executeQuery: Read 60 rows, 4.14 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.46 MiB/sec. 2025.06.18 18:43:45.971218 [ 276 ] {f1d280af-4dc5-4174-9ee4-e1f5ed5cf585} TCPHandler: Processed in 0.001342089 sec. 2025.06.18 18:43:45.986929 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1678 rows, containing 19 columns (19 merged, 0 gathered) in 0.017063745 sec., 98337.14697447716 rows/sec., 176.22 MiB/sec. 2025.06.18 18:43:45.989218 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.18 18:43:45.989552 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:45.989618 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_86_17} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.18 18:43:45.989792 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.50 MiB. 2025.06.18 18:43:46.000217 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 315.95 MiB, peak 329.38 MiB, free memory in arenas 0.00 B, will set to 321.29 MiB (RSS), difference: 5.34 MiB 2025.06.18 18:43:50.967524 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:50.967717 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:43:50.967785 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:43:50.968498 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:50.968547 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:50.968951 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:43:50.969184 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:43:50.969344 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} executeQuery: Read 212 rows, 13.81 KiB in 0.001676 sec., 126491.64677804297 rows/sec., 8.04 MiB/sec. 2025.06.18 18:43:50.969388 [ 276 ] {1534a6d6-1268-4f09-99bd-59553d2e5d60} TCPHandler: Processed in 0.001999957 sec. 2025.06.18 18:43:50.969512 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:50.969616 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:50.969658 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:50.970455 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:50.970493 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:50.970834 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.18 18:43:50.971058 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:50.971188 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} executeQuery: Read 663 rows, 53.71 KiB in 0.001591 sec., 416719.04462602135 rows/sec., 32.97 MiB/sec. 2025.06.18 18:43:50.971226 [ 276 ] {884ec0f9-4ffd-4614-946e-aaff31140577} TCPHandler: Processed in 0.001764155 sec. 2025.06.18 18:43:50.971338 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:50.971442 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:50.971483 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:50.972008 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:50.972046 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:50.972387 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.18 18:43:50.972605 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:50.972740 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} executeQuery: Read 129 rows, 8.12 KiB in 0.001316 sec., 98024.3161094225 rows/sec., 6.02 MiB/sec. 2025.06.18 18:43:50.972779 [ 276 ] {a54af9fb-1b90-4fa5-970c-e965396b7afe} TCPHandler: Processed in 0.00149089 sec. 2025.06.18 18:43:50.973009 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:50.973109 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:43:50.973154 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:43:50.973601 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:50.973637 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:50.973939 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:43:50.974156 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:43:50.974293 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} executeQuery: Read 113 rows, 7.49 KiB in 0.001203 sec., 93931.8370739817 rows/sec., 6.08 MiB/sec. 2025.06.18 18:43:50.974330 [ 276 ] {63aefb55-da13-497f-8662-b6676dd3d040} TCPHandler: Processed in 0.001373359 sec. 2025.06.18 18:43:50.974455 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:50.974559 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:43:50.974599 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:43:50.975025 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:50.975061 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:50.975353 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.18 18:43:50.975571 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:43:50.975702 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} executeQuery: Read 112 rows, 6.53 KiB in 0.001161 sec., 96468.56158484066 rows/sec., 5.50 MiB/sec. 2025.06.18 18:43:50.975740 [ 276 ] {99131ab5-bd03-46e6-a365-704ad78fdcbf} TCPHandler: Processed in 0.001334399 sec. 2025.06.18 18:43:50.975856 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:50.975959 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:50.975998 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:50.976551 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:50.976589 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:50.976924 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.18 18:43:50.977133 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:50.977261 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} executeQuery: Read 405 rows, 29.43 KiB in 0.001321 sec., 306585.9197577593 rows/sec., 21.75 MiB/sec. 2025.06.18 18:43:50.977299 [ 276 ] {f8d4eb19-78f0-49f9-aeb1-6f0d7248b0d2} TCPHandler: Processed in 0.00149267 sec. 2025.06.18 18:43:50.977414 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:50.977516 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.18 18:43:50.977556 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.18 18:43:50.977883 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:50.977919 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:50.978216 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:43:50.978428 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): 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.18 18:43:50.978554 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. 2025.06.18 18:43:50.978591 [ 276 ] {785eaa01-d608-4556-a696-e488d705a35d} TCPHandler: Processed in 0.001230387 sec. 2025.06.18 18:43:50.978701 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:50.978803 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:50.978849 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:50.979254 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:50.979291 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:50.979627 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.18 18:43:50.979839 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:50.979971 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} executeQuery: Read 237 rows, 16.27 KiB in 0.001186 sec., 199831.36593591905 rows/sec., 13.39 MiB/sec. 2025.06.18 18:43:50.980008 [ 276 ] {d4802433-9ad4-4c94-832c-a9fb58c28581} TCPHandler: Processed in 0.001355959 sec. 2025.06.18 18:43:50.980118 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:50.980220 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.18 18:43:50.980261 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.18 18:43:50.980572 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:50.980607 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:50.980891 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.18 18:43:50.981109 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): 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.18 18:43:50.981236 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} executeQuery: Read 1 rows, 69.00 B in 0.001041 sec., 960.6147934678194 rows/sec., 64.73 KiB/sec. 2025.06.18 18:43:50.981272 [ 276 ] {1c1790b0-ab42-4207-a92c-9a0a05f4ee28} TCPHandler: Processed in 0.001202636 sec. 2025.06.18 18:43:50.981372 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:50.981475 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:50.981529 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:50.982338 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:50.982376 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:50.982900 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.18 18:43:50.983124 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:50.983265 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} executeQuery: Read 23 rows, 42.20 KiB in 0.001808 sec., 12721.238938053099 rows/sec., 22.80 MiB/sec. 2025.06.18 18:43:50.983326 [ 276 ] {ea94af53-067c-48ff-a8fa-722996caca31} TCPHandler: Processed in 0.002001608 sec. 2025.06.18 18:43:50.983439 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:50.983544 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:50.983587 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:50.983923 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:50.983959 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:50.984260 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.18 18:43:50.984476 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:50.984604 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} executeQuery: Read 82 rows, 5.33 KiB in 0.001078 sec., 76066.79035250464 rows/sec., 4.83 MiB/sec. 2025.06.18 18:43:50.984639 [ 276 ] {53e7bf37-9307-484b-ba9d-f56247a03e4d} TCPHandler: Processed in 0.001248778 sec. 2025.06.18 18:43:51.640752 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 2025.06.18 18:43:51.641308 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:51.641362 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:51.641931 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.18 18:43:51.642183 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:43:51.642339 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 2025.06.18 18:43:53.320663 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.06.18 18:43:53.339516 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:53.339587 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:53.345626 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.18 18:43:53.346358 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:43:53.350446 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.06.18 18:43:54.234779 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1474 2025.06.18 18:43:54.237122 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:54.237174 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.26 GiB. 2025.06.18 18:43:54.238385 [ 242 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.18 18:43:54.238659 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:43:54.239038 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1474 2025.06.18 18:43:55.962277 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:55.962468 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:43:55.962534 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:43:55.963169 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:55.963212 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:43:55.963589 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.18 18:43:55.963834 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:43:55.963991 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} executeQuery: Read 4 rows, 334.00 B in 0.001572 sec., 2544.529262086514 rows/sec., 207.49 KiB/sec. 2025.06.18 18:43:55.964032 [ 276 ] {fbecccd4-3146-4a5a-b962-a46f8388c237} TCPHandler: Processed in 0.001885006 sec. 2025.06.18 18:43:55.964159 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:55.964257 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:43:55.964297 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:43:55.964728 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:55.964764 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:43:55.965079 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.18 18:43:55.965289 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:43:55.965415 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} executeQuery: Read 92 rows, 7.85 KiB in 0.001178 sec., 78098.47198641766 rows/sec., 6.51 MiB/sec. 2025.06.18 18:43:55.965453 [ 276 ] {d60a015a-cb6f-4ee3-970e-238da1f49789} TCPHandler: Processed in 0.001344298 sec. 2025.06.18 18:43:55.965566 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:55.965661 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:43:55.965702 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:43:55.966100 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:55.966136 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:43:55.966431 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.18 18:43:55.966647 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:43:55.966781 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} executeQuery: Read 21 rows, 1.56 KiB in 0.001138 sec., 18453.427065026364 rows/sec., 1.34 MiB/sec. 2025.06.18 18:43:55.966819 [ 276 ] {81955e52-1583-4997-8b6a-3d8cb786a4c1} TCPHandler: Processed in 0.001301688 sec. 2025.06.18 18:43:55.966971 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:55.967066 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:43:55.967106 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:43:55.967526 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:55.967563 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:43:55.967866 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.18 18:43:55.968084 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:43:55.968214 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} executeQuery: Read 85 rows, 6.80 KiB in 0.001166 sec., 72898.79931389366 rows/sec., 5.70 MiB/sec. 2025.06.18 18:43:55.968252 [ 276 ] {9cb3c74f-9c42-4113-94c6-5ffdfe08b17f} TCPHandler: Processed in 0.001331769 sec. 2025.06.18 18:43:55.968375 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:55.968469 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:55.968510 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:43:55.968919 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:55.968954 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:43:55.969266 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.18 18:43:55.969537 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:43:55.969665 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} executeQuery: Read 162 rows, 11.55 KiB in 0.001213 sec., 133553.17394888704 rows/sec., 9.30 MiB/sec. 2025.06.18 18:43:55.969702 [ 276 ] {a0aab8fd-5dee-4398-9ab7-da22a0ff771e} TCPHandler: Processed in 0.001375069 sec. 2025.06.18 18:43:55.969830 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:55.969935 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:43:55.969991 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:43:55.970789 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:55.970827 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:43:55.971345 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.18 18:43:55.971570 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:43:55.971707 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} executeQuery: Read 17 rows, 31.19 KiB in 0.00179 sec., 9497.206703910615 rows/sec., 17.02 MiB/sec. 2025.06.18 18:43:55.971759 [ 276 ] {7d4de42a-dc33-4059-a1c6-035235c03773} TCPHandler: Processed in 0.001988748 sec. 2025.06.18 18:43:55.971873 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:43:55.971968 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:43:55.972010 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:43:55.972345 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:55.972381 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:43:55.972692 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.18 18:43:55.972903 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:43:55.973030 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.06.18 18:43:55.973065 [ 276 ] {7410fb8c-7278-42cd-9d1b-42727f4850da} TCPHandler: Processed in 0.001241217 sec. 2025.06.18 18:43:59.055169 [ 52 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:43:59.055225 [ 52 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:43:59.142577 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 2025.06.18 18:43:59.143142 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:59.143189 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:43:59.143689 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.18 18:43:59.143923 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:43:59.144055 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 2025.06.18 18:43:59.144074 [ 52 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.18 18:43:59.144140 [ 52 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:43:59.144164 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:43:59.144293 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:43:59.144446 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:43:59.144488 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part 2025.06.18 18:43:59.144557 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part 2025.06.18 18:43:59.144606 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part 2025.06.18 18:43:59.144651 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part 2025.06.18 18:43:59.144690 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part 2025.06.18 18:43:59.144733 [ 195 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part 2025.06.18 18:43:59.146913 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.002673477 sec., 11317097.547500877 rows/sec., 161.89 MiB/sec. 2025.06.18 18:43:59.147434 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.18 18:43:59.147738 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:43:59.147822 [ 201 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_66_13} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.18 18:43:59.147945 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2025.06.18 18:44:00.850628 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.06.18 18:44:00.869571 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.869648 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.875535 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.18 18:44:00.876196 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:00.876604 [ 49 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.18 18:44:00.876698 [ 49 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.876736 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.876883 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:00.879766 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.06.18 18:44:00.880367 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:00.881944 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:00.887281 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:00.892368 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:00.897312 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:00.901839 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:00.905724 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:00.961050 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.084231292 sec., 5900.420000680982 rows/sec., 30.51 MiB/sec. 2025.06.18 18:44:00.963572 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.18 18:44:00.965266 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_66_13} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:00.965367 [ 195 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_66_13} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.18 18:44:00.967210 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2025.06.18 18:44:00.968141 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:00.968329 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:44:00.968394 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:44:00.969165 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.969202 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.969610 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:44:00.969830 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:44:00.969958 [ 61 ] {} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2025.06.18 18:44:00.969983 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} executeQuery: Read 212 rows, 13.81 KiB in 0.001702 sec., 124559.3419506463 rows/sec., 7.92 MiB/sec. 2025.06.18 18:44:00.969993 [ 61 ] {} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.970014 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.970023 [ 276 ] {789f2414-ea79-4a9b-99de-f59cdb587618} TCPHandler: Processed in 0.002004838 sec. 2025.06.18 18:44:00.970132 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2025.06.18 18:44:00.970144 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:00.970267 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:00.970279 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:00.970308 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:00.970318 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 236 rows starting from the beginning of the part 2025.06.18 18:44:00.970396 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2025.06.18 18:44:00.970444 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.06.18 18:44:00.970487 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.06.18 18:44:00.970526 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part 2025.06.18 18:44:00.970567 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part 2025.06.18 18:44:00.971106 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.971146 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.971473 [ 197 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 5 columns (5 merged, 0 gathered) in 0.001404569 sec., 521156.3120074557 rows/sec., 36.46 MiB/sec. 2025.06.18 18:44:00.971619 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2025.06.18 18:44:00.971773 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.18 18:44:00.971896 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:44:00.971979 [ 191 ] {f1122b93-e06d-476c-b67a-802dbf45fffa::all_1_19_4} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2025.06.18 18:44:00.972032 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:00.972051 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.18 18:44:00.972171 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} executeQuery: Read 663 rows, 53.71 KiB in 0.001923 sec., 344773.7909516381 rows/sec., 27.27 MiB/sec. 2025.06.18 18:44:00.972212 [ 276 ] {80a95346-c3b6-40ae-8fb5-e7328d3a8698} TCPHandler: Processed in 0.002118479 sec. 2025.06.18 18:44:00.972322 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:00.972414 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:00.972453 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:00.972901 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.972934 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.973234 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.18 18:44:00.973448 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:00.973554 [ 61 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.18 18:44:00.973574 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} executeQuery: Read 129 rows, 8.12 KiB in 0.001179 sec., 109414.75826972011 rows/sec., 6.72 MiB/sec. 2025.06.18 18:44:00.973582 [ 61 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.973603 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.973610 [ 276 ] {4788b373-31bb-47c2-b660-ded2da907070} TCPHandler: Processed in 0.001337198 sec. 2025.06.18 18:44:00.973675 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:44:00.973735 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:00.973756 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:00.973784 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 178 rows starting from the beginning of the part 2025.06.18 18:44:00.973840 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 25 rows starting from the beginning of the part 2025.06.18 18:44:00.973842 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:44:00.973883 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 17 rows starting from the beginning of the part 2025.06.18 18:44:00.973896 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:44:00.973926 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 129 rows starting from the beginning of the part 2025.06.18 18:44:00.973964 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 21 rows starting from the beginning of the part 2025.06.18 18:44:00.974004 [ 200 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 129 rows starting from the beginning of the part 2025.06.18 18:44:00.974342 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.974377 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.974683 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:44:00.974803 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 499 rows, containing 5 columns (5 merged, 0 gathered) in 0.001158626 sec., 430682.549847837 rows/sec., 29.19 MiB/sec. 2025.06.18 18:44:00.974892 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:44:00.974960 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.18 18:44:00.975000 [ 61 ] {} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2025.06.18 18:44:00.975029 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} executeQuery: Read 113 rows, 7.49 KiB in 0.00121 sec., 93388.42975206612 rows/sec., 6.05 MiB/sec. 2025.06.18 18:44:00.975031 [ 61 ] {} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.975062 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.975068 [ 276 ] {064fa8ef-2521-45c5-a754-a97dea1eda89} TCPHandler: Processed in 0.00139356 sec. 2025.06.18 18:44:00.975137 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2025.06.18 18:44:00.975187 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:00.975232 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:00.975243 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:00.975281 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 137 rows starting from the beginning of the part 2025.06.18 18:44:00.975285 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:44:00.975318 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_91_18} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.18 18:44:00.975336 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:44:00.975345 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2025.06.18 18:44:00.975397 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.06.18 18:44:00.975405 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.18 18:44:00.975439 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.06.18 18:44:00.975483 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::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.18 18:44:00.975522 [ 197 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part 2025.06.18 18:44:00.975773 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.975813 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.976135 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.18 18:44:00.976322 [ 194 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 435 rows, containing 5 columns (5 merged, 0 gathered) in 0.001220207 sec., 356496.8894621978 rows/sec., 25.87 MiB/sec. 2025.06.18 18:44:00.976352 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:44:00.976453 [ 61 ] {} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2025.06.18 18:44:00.976478 [ 61 ] {} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.976484 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} executeQuery: Read 112 rows, 6.53 KiB in 0.001218 sec., 91954.02298850575 rows/sec., 5.24 MiB/sec. 2025.06.18 18:44:00.976497 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.976495 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2025.06.18 18:44:00.976522 [ 276 ] {4f4eac3a-e2dc-4bcc-a89a-2ecac01a0a1b} TCPHandler: Processed in 0.001382968 sec. 2025.06.18 18:44:00.976593 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2025.06.18 18:44:00.976645 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:00.976699 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:00.976731 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 124 rows starting from the beginning of the part 2025.06.18 18:44:00.976744 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:00.976785 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2025.06.18 18:44:00.976789 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:00.976826 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:44:00.976837 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2025.06.18 18:44:00.976879 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2025.06.18 18:44:00.976914 [ 187 ] {e61d6002-5440-486b-adaf-95750284883e::all_1_19_4} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2025.06.18 18:44:00.976919 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part 2025.06.18 18:44:00.976963 [ 191 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part 2025.06.18 18:44:00.977013 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.18 18:44:00.977366 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.977406 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.977718 [ 199 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 5 columns (5 merged, 0 gathered) in 0.001166236 sec., 329264.40274524194 rows/sec., 20.81 MiB/sec. 2025.06.18 18:44:00.977745 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.18 18:44:00.977840 [ 198 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2025.06.18 18:44:00.978006 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:00.978111 [ 198 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:44:00.978153 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} executeQuery: Read 405 rows, 29.43 KiB in 0.001427 sec., 283812.193412754 rows/sec., 20.14 MiB/sec. 2025.06.18 18:44:00.978181 [ 198 ] {7914d999-b262-47e9-8a3c-d05f4bc98ce9::all_1_19_4} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2025.06.18 18:44:00.978195 [ 276 ] {d81521e8-87b9-4feb-be14-be6239cc440a} TCPHandler: Processed in 0.001598243 sec. 2025.06.18 18:44:00.978253 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.18 18:44:00.978311 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:00.978409 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.18 18:44:00.978449 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.18 18:44:00.978774 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.978809 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.979106 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:44:00.979316 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} oximeter.measurements_bool (097bc379-a822-4948-b65f-39b167fb9a02): 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.18 18:44:00.979441 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. 2025.06.18 18:44:00.979476 [ 276 ] {b5260c99-f40c-4d1a-9e1a-20cd880161f9} TCPHandler: Processed in 0.001213727 sec. 2025.06.18 18:44:00.979584 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:00.979676 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:00.979717 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:00.980114 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.980148 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.980478 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.18 18:44:00.980687 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:00.980812 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} executeQuery: Read 237 rows, 16.27 KiB in 0.001153 sec., 205550.73720728536 rows/sec., 13.78 MiB/sec. 2025.06.18 18:44:00.980847 [ 276 ] {ce0bd8df-ee58-4404-a0b0-b30d4bec4e92} TCPHandler: Processed in 0.001310868 sec. 2025.06.18 18:44:00.980958 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:00.981050 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.18 18:44:00.981089 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.18 18:44:00.981393 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.981426 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.981712 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.18 18:44:00.981914 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} oximeter.measurements_f64 (c79b7747-1a70-40db-9873-14dac6990cc2): 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.18 18:44:00.982036 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} executeQuery: Read 1 rows, 69.00 B in 0.001004 sec., 996.0159362549801 rows/sec., 67.11 KiB/sec. 2025.06.18 18:44:00.982071 [ 276 ] {24cf5b3e-d068-48a1-950b-2ae88dac95d1} TCPHandler: Processed in 0.001161036 sec. 2025.06.18 18:44:00.982169 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:00.982260 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:00.982312 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:00.983143 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.983177 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.983696 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.18 18:44:00.983919 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:00.984053 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} executeQuery: Read 23 rows, 42.20 KiB in 0.001811 sec., 12700.165654334622 rows/sec., 22.76 MiB/sec. 2025.06.18 18:44:00.984104 [ 276 ] {bbebab48-fc05-4e5d-8640-d0e65ff22c82} TCPHandler: Processed in 0.001982677 sec. 2025.06.18 18:44:00.984214 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:00.984305 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:00.984345 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:00.984686 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:00.984720 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:00.985019 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.18 18:44:00.985223 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:00.985348 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} executeQuery: Read 82 rows, 5.33 KiB in 0.001061 sec., 77285.5796418473 rows/sec., 4.91 MiB/sec. 2025.06.18 18:44:00.985383 [ 276 ] {e0992cb2-eec7-403b-8009-4e20975aa4af} TCPHandler: Processed in 0.001216067 sec. 2025.06.18 18:44:01.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 323.27 MiB, peak 336.10 MiB, free memory in arenas 0.00 B, will set to 324.62 MiB (RSS), difference: 1.35 MiB 2025.06.18 18:44:04.239359 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1510 2025.06.18 18:44:04.241763 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:04.241812 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:04.243152 [ 242 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.18 18:44:04.243481 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:44:04.243817 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1510 2025.06.18 18:44:05.963461 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:05.963667 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:05.963738 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:05.964449 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:05.964495 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:05.964924 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.18 18:44:05.965181 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:05.965346 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} executeQuery: Read 90 rows, 7.71 KiB in 0.00173 sec., 52023.12138728324 rows/sec., 4.35 MiB/sec. 2025.06.18 18:44:05.965376 [ 8 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.18 18:44:05.965399 [ 276 ] {50fbc27c-d97c-4836-a8f5-6ae01d6c9f2a} TCPHandler: Processed in 0.002070548 sec. 2025.06.18 18:44:05.965459 [ 8 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:05.965498 [ 8 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:05.965572 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:05.965632 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:44:05.965682 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:05.965734 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:05.965775 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:05.965815 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 828 rows starting from the beginning of the part 2025.06.18 18:44:05.965881 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 90 rows starting from the beginning of the part 2025.06.18 18:44:05.965926 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 663 rows starting from the beginning of the part 2025.06.18 18:44:05.965967 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 92 rows starting from the beginning of the part 2025.06.18 18:44:05.966004 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 663 rows starting from the beginning of the part 2025.06.18 18:44:05.966053 [ 198 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 90 rows starting from the beginning of the part 2025.06.18 18:44:05.966183 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:05.966229 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:05.966728 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.18 18:44:05.966986 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:05.967128 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} executeQuery: Read 17 rows, 1.28 KiB in 0.001471 sec., 11556.764106050305 rows/sec., 869.01 KiB/sec. 2025.06.18 18:44:05.967169 [ 276 ] {0fd8f3e7-43aa-40eb-b41a-e1735f89fb46} TCPHandler: Processed in 0.001658363 sec. 2025.06.18 18:44:05.967287 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:05.967385 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:05.967427 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:05.967461 [ 199 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2426 rows, containing 5 columns (5 merged, 0 gathered) in 0.001884337 sec., 1287455.4816893155 rows/sec., 108.54 MiB/sec. 2025.06.18 18:44:05.967705 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.18 18:44:05.967847 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:05.967889 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:05.968035 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:05.968123 [ 186 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_96_19} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.18 18:44:05.968216 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.06.18 18:44:05.968235 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.18 18:44:05.968453 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:05.968650 [ 8 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.18 18:44:05.968654 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} executeQuery: Read 81 rows, 6.48 KiB in 0.001289 sec., 62839.41039565555 rows/sec., 4.91 MiB/sec. 2025.06.18 18:44:05.968693 [ 8 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:05.968714 [ 276 ] {26ae41fc-a796-49b0-8b4a-f043f5fa2e05} TCPHandler: Processed in 0.001477321 sec. 2025.06.18 18:44:05.968718 [ 8 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:05.968807 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:44:05.968836 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:05.968908 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:05.968937 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 496 rows starting from the beginning of the part 2025.06.18 18:44:05.968939 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:05.968986 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 81 rows starting from the beginning of the part 2025.06.18 18:44:05.968996 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:05.969031 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 405 rows starting from the beginning of the part 2025.06.18 18:44:05.969073 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 85 rows starting from the beginning of the part 2025.06.18 18:44:05.969107 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 405 rows starting from the beginning of the part 2025.06.18 18:44:05.969142 [ 198 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 81 rows starting from the beginning of the part 2025.06.18 18:44:05.969454 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:05.969497 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:05.969893 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.18 18:44:05.970069 [ 186 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1553 rows, containing 5 columns (5 merged, 0 gathered) in 0.001295058 sec., 1199174.091044571 rows/sec., 91.85 MiB/sec. 2025.06.18 18:44:05.970125 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:05.970257 [ 8 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.18 18:44:05.970267 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} executeQuery: Read 160 rows, 11.41 KiB in 0.001348 sec., 118694.36201780415 rows/sec., 8.27 MiB/sec. 2025.06.18 18:44:05.970281 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.18 18:44:05.970292 [ 8 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:05.970339 [ 8 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:05.970342 [ 276 ] {06427999-718d-47b1-821e-63d2a21a2ed4} TCPHandler: Processed in 0.001553851 sec. 2025.06.18 18:44:05.970442 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:44:05.970479 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:05.970576 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:05.970587 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:05.970619 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} MergeTreeSequentialSource: Reading 3 marks from part all_1_91_18, total 15804 rows starting from the beginning of the part 2025.06.18 18:44:05.970641 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:05.970653 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:05.970693 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part 2025.06.18 18:44:05.970721 [ 199 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_96_19} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.18 18:44:05.970745 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part 2025.06.18 18:44:05.970867 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 162 rows starting from the beginning of the part 2025.06.18 18:44:05.970905 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.06.18 18:44:05.970911 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part 2025.06.18 18:44:05.970958 [ 192 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2025.06.18 18:44:05.971497 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:05.971543 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:05.972286 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.18 18:44:05.972617 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:05.972774 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} executeQuery: Read 17 rows, 31.19 KiB in 0.002206 sec., 7706.25566636446 rows/sec., 13.81 MiB/sec. 2025.06.18 18:44:05.972857 [ 276 ] {d12b2222-deee-4212-8f69-fd3aa1202d4c} TCPHandler: Processed in 0.002428114 sec. 2025.06.18 18:44:05.973012 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:05.973127 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:05.973172 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:05.973543 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:05.973581 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:05.973901 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.18 18:44:05.974144 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:05.974287 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} executeQuery: Read 60 rows, 4.14 KiB in 0.001182 sec., 50761.42131979695 rows/sec., 3.42 MiB/sec. 2025.06.18 18:44:05.974296 [ 32 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.18 18:44:05.974328 [ 276 ] {3646093c-0a6a-4389-8f7c-a762c394a0f7} TCPHandler: Processed in 0.001378429 sec. 2025.06.18 18:44:05.974342 [ 32 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:05.974368 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:05.974463 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:05.974600 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:05.974633 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5580 rows starting from the beginning of the part 2025.06.18 18:44:05.974694 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:05.974735 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:05.974776 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:05.974813 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:05.974849 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:05.977485 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5924 rows, containing 4 columns (4 merged, 0 gathered) in 0.003066183 sec., 1932043.8473502724 rows/sec., 129.38 MiB/sec. 2025.06.18 18:44:05.977798 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 16760 rows, containing 5 columns (5 merged, 0 gathered) in 0.007408722 sec., 2262198.527627302 rows/sec., 157.98 MiB/sec. 2025.06.18 18:44:05.978071 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.18 18:44:05.978104 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.18 18:44:05.978437 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:05.978457 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:05.978514 [ 186 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_96_19} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.18 18:44:05.978542 [ 189 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_96_19} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.18 18:44:05.978597 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2025.06.18 18:44:05.978656 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. 2025.06.18 18:44:06.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 325.18 MiB, peak 336.10 MiB, free memory in arenas 0.00 B, will set to 327.56 MiB (RSS), difference: 2.38 MiB 2025.06.18 18:44:06.644270 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 2025.06.18 18:44:06.644769 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:06.644818 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:06.645375 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.18 18:44:06.645661 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:06.645822 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 2025.06.18 18:44:08.379923 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.06.18 18:44:08.396071 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:08.396139 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB. 2025.06.18 18:44:08.401679 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.18 18:44:08.402466 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:08.405601 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.06.18 18:44:10.963484 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:10.963675 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:44:10.963747 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:44:10.964404 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:10.964449 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:10.964838 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.18 18:44:10.965061 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:44:10.965230 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} executeQuery: Read 10 rows, 835.00 B in 0.001604 sec., 6234.413965087282 rows/sec., 508.37 KiB/sec. 2025.06.18 18:44:10.965280 [ 276 ] {5596b385-4426-49f2-8d5a-df47ea98cf73} TCPHandler: Processed in 0.001925176 sec. 2025.06.18 18:44:10.965402 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:10.965507 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:10.965549 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:10.966021 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:10.966059 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:10.966375 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.18 18:44:10.966585 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:10.966721 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} executeQuery: Read 107 rows, 9.09 KiB in 0.001239 sec., 86359.96771589991 rows/sec., 7.16 MiB/sec. 2025.06.18 18:44:10.966761 [ 276 ] {b38a59be-bf9a-45db-bfb5-3d42ca49a9d4} TCPHandler: Processed in 0.00141144 sec. 2025.06.18 18:44:10.966885 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:10.966982 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:10.967024 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:10.967440 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:10.967476 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:10.967778 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.18 18:44:10.967986 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:10.968124 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} executeQuery: Read 33 rows, 2.43 KiB in 0.001163 sec., 28374.89251934652 rows/sec., 2.04 MiB/sec. 2025.06.18 18:44:10.968162 [ 276 ] {957f358a-402f-4ba2-9436-9cf802c2d049} TCPHandler: Processed in 0.001327568 sec. 2025.06.18 18:44:10.968263 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:10.968357 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:10.968398 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:10.968824 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:10.968858 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:10.969169 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.18 18:44:10.969371 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:10.969503 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} executeQuery: Read 97 rows, 7.77 KiB in 0.001165 sec., 83261.8025751073 rows/sec., 6.52 MiB/sec. 2025.06.18 18:44:10.969541 [ 276 ] {bf6bb981-138e-4d42-a66d-2654274f3437} TCPHandler: Processed in 0.001326288 sec. 2025.06.18 18:44:10.969651 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:10.969752 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:10.969797 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:10.970198 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:10.970233 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:10.970559 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.18 18:44:10.970764 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:10.970895 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} executeQuery: Read 165 rows, 11.76 KiB in 0.001162 sec., 141996.55765920825 rows/sec., 9.89 MiB/sec. 2025.06.18 18:44:10.970931 [ 276 ] {ed023bea-6e6e-40c5-89d6-b56b73fe2720} TCPHandler: Processed in 0.001329548 sec. 2025.06.18 18:44:10.971030 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:10.971123 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:10.971176 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:10.971953 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:10.971987 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:10.972506 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.18 18:44:10.972721 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:10.972866 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} executeQuery: Read 23 rows, 42.20 KiB in 0.001761 sec., 13060.76093128904 rows/sec., 23.40 MiB/sec. 2025.06.18 18:44:10.972898 [ 71 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.18 18:44:10.972929 [ 276 ] {d1d690e5-ba19-45d7-82e7-f519de0b6387} TCPHandler: Processed in 0.001947567 sec. 2025.06.18 18:44:10.972974 [ 71 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:10.973005 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:10.973068 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:10.973123 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:44:10.973167 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:10.973212 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:10.973416 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:10.973501 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1678 rows starting from the beginning of the part 2025.06.18 18:44:10.973560 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:10.973600 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:10.973638 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 23 rows starting from the beginning of the part 2025.06.18 18:44:10.973751 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 17 rows starting from the beginning of the part 2025.06.18 18:44:10.973854 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 23 rows starting from the beginning of the part 2025.06.18 18:44:10.973928 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.18 18:44:10.973950 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 17 rows starting from the beginning of the part 2025.06.18 18:44:10.974052 [ 188 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 23 rows starting from the beginning of the part 2025.06.18 18:44:10.974152 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:10.974290 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2025.06.18 18:44:10.974328 [ 276 ] {a6ebc6b4-60b0-4aeb-9593-390b04446115} TCPHandler: Processed in 0.001316888 sec. 2025.06.18 18:44:10.989668 [ 196 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1781 rows, containing 19 columns (19 merged, 0 gathered) in 0.016596789 sec., 107309.913983964 rows/sec., 192.29 MiB/sec. 2025.06.18 18:44:10.992087 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.18 18:44:10.992516 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:10.992619 [ 193 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_91_18} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.18 18:44:10.992814 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.15 MiB. 2025.06.18 18:44:11.000371 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 328.33 MiB, peak 345.41 MiB, free memory in arenas 0.00 B, will set to 336.88 MiB (RSS), difference: 8.55 MiB 2025.06.18 18:44:14.055486 [ 64 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:44:14.055543 [ 64 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:44:14.146109 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 2025.06.18 18:44:14.146915 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:14.146975 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:14.147465 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.18 18:44:14.147704 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:14.147858 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 2025.06.18 18:44:14.244271 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1536 2025.06.18 18:44:14.246566 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:14.246621 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:14.247844 [ 242 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.18 18:44:14.248138 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:44:14.248531 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1536 2025.06.18 18:44:15.905827 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.06.18 18:44:15.922689 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:15.922756 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:15.928760 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.18 18:44:15.929452 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:15.932336 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.06.18 18:44:15.963285 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:15.963474 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:15.963547 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:15.964267 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:15.964306 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:15.964718 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.18 18:44:15.964941 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:15.965104 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} executeQuery: Read 90 rows, 7.71 KiB in 0.001682 sec., 53507.728894173604 rows/sec., 4.47 MiB/sec. 2025.06.18 18:44:15.965156 [ 276 ] {430a699f-b334-4116-8e85-23dc5cad85df} TCPHandler: Processed in 0.002011428 sec. 2025.06.18 18:44:15.965279 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:15.965378 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:15.965422 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:15.965841 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:15.965879 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:15.966190 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.18 18:44:15.966396 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:15.966527 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} executeQuery: Read 17 rows, 1.28 KiB in 0.001171 sec., 14517.506404782238 rows/sec., 1.07 MiB/sec. 2025.06.18 18:44:15.966564 [ 276 ] {3e416374-6c73-4cf3-92c7-3a0eeb293cf9} TCPHandler: Processed in 0.001335119 sec. 2025.06.18 18:44:15.966669 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:15.966760 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:15.966799 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:15.967209 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:15.967245 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:15.967546 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.18 18:44:15.967764 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:15.967895 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} executeQuery: Read 81 rows, 6.48 KiB in 0.001153 sec., 70251.51777970511 rows/sec., 5.49 MiB/sec. 2025.06.18 18:44:15.967931 [ 276 ] {a9da9534-1353-4212-b77e-81e6952db2ef} TCPHandler: Processed in 0.001310388 sec. 2025.06.18 18:44:15.968038 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:15.968128 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:15.968169 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:15.968599 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:15.968635 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:15.968965 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.18 18:44:15.969178 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:15.969310 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2025.06.18 18:44:15.969346 [ 276 ] {b2686255-14ba-4b0d-8cd0-93c0f6a1d0b5} TCPHandler: Processed in 0.001354819 sec. 2025.06.18 18:44:15.969444 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:15.969534 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:15.969588 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:15.970434 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:15.970468 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:15.971004 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.18 18:44:15.971223 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:15.971358 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} executeQuery: Read 17 rows, 31.19 KiB in 0.001843 sec., 9224.091155724362 rows/sec., 16.53 MiB/sec. 2025.06.18 18:44:15.971420 [ 276 ] {ab661855-45df-4f74-884e-b354faa3172b} TCPHandler: Processed in 0.002023188 sec. 2025.06.18 18:44:15.971554 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:15.971646 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:15.971686 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:15.972037 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:15.972073 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:15.972377 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.18 18:44:15.972595 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:15.972726 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.06.18 18:44:15.972761 [ 276 ] {286db372-5338-4d81-aa7a-a1a9e00bcc36} TCPHandler: Processed in 0.001254277 sec. 2025.06.18 18:44:20.963723 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:20.963917 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:20.963985 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:20.964611 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:20.964660 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:20.965066 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.18 18:44:20.965297 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:20.965458 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} executeQuery: Read 102 rows, 8.72 KiB in 0.001593 sec., 64030.131826742 rows/sec., 5.35 MiB/sec. 2025.06.18 18:44:20.965506 [ 276 ] {20c215f1-7b48-4f9e-b68a-9dffdc7c6e12} TCPHandler: Processed in 0.001916527 sec. 2025.06.18 18:44:20.965628 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:20.965728 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:20.965772 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:20.966179 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:20.966213 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:20.966515 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.18 18:44:20.966727 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:20.966857 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} executeQuery: Read 23 rows, 1.73 KiB in 0.001153 sec., 19947.961838681702 rows/sec., 1.46 MiB/sec. 2025.06.18 18:44:20.966894 [ 276 ] {cee6ca0a-41a6-4e46-9ac8-9eb5ed9fe5ea} TCPHandler: Processed in 0.001317448 sec. 2025.06.18 18:44:20.967005 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:20.967098 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:20.967138 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:20.967555 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:20.967589 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:20.967893 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.18 18:44:20.968113 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:20.968237 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} executeQuery: Read 87 rows, 6.96 KiB in 0.001159 sec., 75064.71095772217 rows/sec., 5.86 MiB/sec. 2025.06.18 18:44:20.968273 [ 276 ] {e7c8d25a-cfbf-4f39-806d-5f21e9127560} TCPHandler: Processed in 0.001317468 sec. 2025.06.18 18:44:20.968381 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:20.968473 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:20.968514 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:20.968906 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:20.968939 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:20.969271 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.18 18:44:20.969481 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:20.969608 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2025.06.18 18:44:20.969644 [ 276 ] {3de0bcc3-e248-4026-99a1-430c8fd2f171} TCPHandler: Processed in 0.001310138 sec. 2025.06.18 18:44:20.969752 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:20.969843 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:20.969896 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:20.970669 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:20.970704 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:20.971221 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.18 18:44:20.971442 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:20.971577 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} executeQuery: Read 23 rows, 42.20 KiB in 0.001752 sec., 13127.853881278537 rows/sec., 23.52 MiB/sec. 2025.06.18 18:44:20.971635 [ 276 ] {440ab235-a469-4dc9-a492-30212d138852} TCPHandler: Processed in 0.001931076 sec. 2025.06.18 18:44:20.971750 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:20.971840 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:20.971881 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:20.972211 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:20.972244 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:20.972543 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.18 18:44:20.972751 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:20.972875 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.06.18 18:44:20.972909 [ 276 ] {8cdf29d9-a817-42ed-9b87-667158ad8b91} TCPHandler: Processed in 0.001206797 sec. 2025.06.18 18:44:21.648119 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 2025.06.18 18:44:21.648681 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:21.648734 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:21.649298 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.18 18:44:21.649537 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:21.649664 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 2025.06.18 18:44:21.726858 [ 109 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.06.18 18:44:21.726898 [ 109 ] {} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:21.726921 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:21.727044 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::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.18 18:44:21.727188 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:21.727226 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 20 rows starting from the beginning of the part 2025.06.18 18:44:21.727301 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part 2025.06.18 18:44:21.727354 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part 2025.06.18 18:44:21.727404 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part 2025.06.18 18:44:21.727448 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part 2025.06.18 18:44:21.728270 [ 200 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001285907 sec., 29551.126170088504 rows/sec., 2.47 MiB/sec. 2025.06.18 18:44:21.728387 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.06.18 18:44:21.728628 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:44:21.728697 [ 201 ] {054ebb37-e19e-40e9-9add-192d1c46847a::all_1_29_7} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.06.18 18:44:21.728768 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.06.18 18:44:23.432546 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.06.18 18:44:23.449256 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:23.449303 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:23.455293 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.18 18:44:23.456005 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:23.458825 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.06.18 18:44:24.248849 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1560 2025.06.18 18:44:24.251067 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:24.251125 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:24.252360 [ 242 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.18 18:44:24.252645 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:44:24.252809 [ 108 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.18 18:44:24.252878 [ 108 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:24.252901 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. 2025.06.18 18:44:24.253007 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::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.18 18:44:24.253030 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1560 2025.06.18 18:44:24.253568 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:24.253711 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1414 rows starting from the beginning of the part 2025.06.18 18:44:24.254053 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part 2025.06.18 18:44:24.254366 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 34 rows starting from the beginning of the part 2025.06.18 18:44:24.254667 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part 2025.06.18 18:44:24.254961 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part 2025.06.18 18:44:24.255252 [ 196 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part 2025.06.18 18:44:24.261836 [ 200 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1560 rows, containing 72 columns (72 merged, 0 gathered) in 0.008868742 sec., 175898.67875286032 rows/sec., 136.19 MiB/sec. 2025.06.18 18:44:24.263265 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.18 18:44:24.263775 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:44:24.263849 [ 194 ] {0a5970a3-6d07-4ef5-9703-b6f3cd1b477a::all_1_51_10} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.18 18:44:24.264022 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.06.18 18:44:25.962605 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:25.962795 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:44:25.962860 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:44:25.963458 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:25.963500 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:25.963884 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.18 18:44:25.964110 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:44:25.964274 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} executeQuery: Read 2 rows, 167.00 B in 0.001526 sec., 1310.615989515072 rows/sec., 106.87 KiB/sec. 2025.06.18 18:44:25.964317 [ 276 ] {f93f015d-c650-4879-916e-1d31d6429a7c} TCPHandler: Processed in 0.001842186 sec. 2025.06.18 18:44:25.964439 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:25.964535 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:25.964575 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:25.965002 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:25.965038 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:25.965342 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.18 18:44:25.965548 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:25.965682 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} executeQuery: Read 91 rows, 7.78 KiB in 0.001165 sec., 78111.58798283261 rows/sec., 6.52 MiB/sec. 2025.06.18 18:44:25.965720 [ 276 ] {cadff217-cacd-41bb-8a1c-a499570959eb} TCPHandler: Processed in 0.001330779 sec. 2025.06.18 18:44:25.965831 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:25.965925 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:25.965965 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:25.966357 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:25.966393 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:25.966696 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.18 18:44:25.966907 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:25.967028 [ 99 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.18 18:44:25.967041 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} executeQuery: Read 19 rows, 1.42 KiB in 0.001134 sec., 16754.850088183422 rows/sec., 1.22 MiB/sec. 2025.06.18 18:44:25.967096 [ 99 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:25.967106 [ 276 ] {bfdb7b5b-07fa-4b96-baec-203b065f552e} TCPHandler: Processed in 0.001324588 sec. 2025.06.18 18:44:25.967126 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:25.967226 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:25.967239 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:44:25.967325 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:25.967368 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:25.967380 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:25.967423 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 178 rows starting from the beginning of the part 2025.06.18 18:44:25.967498 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 17 rows starting from the beginning of the part 2025.06.18 18:44:25.967549 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 33 rows starting from the beginning of the part 2025.06.18 18:44:25.967596 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 17 rows starting from the beginning of the part 2025.06.18 18:44:25.967640 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 23 rows starting from the beginning of the part 2025.06.18 18:44:25.967684 [ 191 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 19 rows starting from the beginning of the part 2025.06.18 18:44:25.967787 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:25.967829 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:25.968178 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.18 18:44:25.968409 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:25.968541 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} executeQuery: Read 83 rows, 6.64 KiB in 0.001235 sec., 67206.47773279353 rows/sec., 5.25 MiB/sec. 2025.06.18 18:44:25.968578 [ 276 ] {cc4932d4-a02d-48d3-8ef1-358ef8d0b154} TCPHandler: Processed in 0.001402029 sec. 2025.06.18 18:44:25.968665 [ 194 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 287 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147288 sec., 194856.33588615502 rows/sec., 13.93 MiB/sec. 2025.06.18 18:44:25.968695 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:25.968803 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:25.968846 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.18 18:44:25.968849 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:25.969117 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:25.969190 [ 187 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_96_19} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.18 18:44:25.969268 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:25.969272 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:44:25.969313 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:25.969659 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.18 18:44:25.969870 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:25.970001 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} executeQuery: Read 161 rows, 11.48 KiB in 0.001217 sec., 132292.5225965489 rows/sec., 9.21 MiB/sec. 2025.06.18 18:44:25.970038 [ 276 ] {8e433cf1-7eb8-4f43-9dca-dd7553de367b} TCPHandler: Processed in 0.001391989 sec. 2025.06.18 18:44:25.970138 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:25.970231 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:25.970286 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:25.971051 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:25.971088 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:25.971613 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.18 18:44:25.971828 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:25.971968 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} executeQuery: Read 17 rows, 31.19 KiB in 0.001755 sec., 9686.609686609687 rows/sec., 17.36 MiB/sec. 2025.06.18 18:44:25.972021 [ 276 ] {1abf81ad-e2c9-424f-9d49-84eb467119b2} TCPHandler: Processed in 0.001931237 sec. 2025.06.18 18:44:25.972132 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:25.972226 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:25.972267 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:25.972596 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:25.972629 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:25.972926 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.18 18:44:25.973138 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:25.973263 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2025.06.18 18:44:25.973297 [ 276 ] {abd8b901-e3a7-4577-9355-d6d07c1b7dca} TCPHandler: Processed in 0.001214556 sec. 2025.06.18 18:44:29.055798 [ 91 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:44:29.055869 [ 91 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:44:29.149907 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 2025.06.18 18:44:29.150778 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:29.150869 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:29.151383 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.18 18:44:29.151634 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:29.151786 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 2025.06.18 18:44:29.158680 [ 217 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:29.158732 [ 217 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:29.174592 [ 217 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:29.927716 [ 223 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:29.927766 [ 223 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:29.930913 [ 223 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:30.958981 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2025.06.18 18:44:30.963048 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:30.963226 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:30.963288 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:30.963959 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:30.963996 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:30.964385 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.18 18:44:30.964606 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:30.964742 [ 89 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.18 18:44:30.964762 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} executeQuery: Read 102 rows, 8.72 KiB in 0.001584 sec., 64393.9393939394 rows/sec., 5.38 MiB/sec. 2025.06.18 18:44:30.964777 [ 89 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:30.964797 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:30.964805 [ 276 ] {1c3c9079-0937-472f-9e17-9cb9b0958ea3} TCPHandler: Processed in 0.001881866 sec. 2025.06.18 18:44:30.964928 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:30.964928 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:44:30.965020 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:30.965065 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:30.965093 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:30.965135 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 828 rows starting from the beginning of the part 2025.06.18 18:44:30.965209 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 107 rows starting from the beginning of the part 2025.06.18 18:44:30.965260 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 90 rows starting from the beginning of the part 2025.06.18 18:44:30.965309 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 102 rows starting from the beginning of the part 2025.06.18 18:44:30.965353 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 91 rows starting from the beginning of the part 2025.06.18 18:44:30.965398 [ 197 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 102 rows starting from the beginning of the part 2025.06.18 18:44:30.965478 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:30.965517 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:30.965842 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.18 18:44:30.966073 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:30.966203 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} executeQuery: Read 23 rows, 1.73 KiB in 0.001202 sec., 19134.77537437604 rows/sec., 1.41 MiB/sec. 2025.06.18 18:44:30.966241 [ 276 ] {70f410ac-774e-43bc-9732-a8df3d96fecc} TCPHandler: Processed in 0.001361459 sec. 2025.06.18 18:44:30.966346 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:30.966436 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:30.966474 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:30.966518 [ 187 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1320 rows, containing 5 columns (5 merged, 0 gathered) in 0.001651623 sec., 799213.8641808693 rows/sec., 68.86 MiB/sec. 2025.06.18 18:44:30.966792 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.18 18:44:30.966900 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:30.966941 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:30.967163 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:30.967265 [ 194 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_101_20} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.18 18:44:30.967276 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.18 18:44:30.967384 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.06.18 18:44:30.967512 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:30.967622 [ 89 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.18 18:44:30.967643 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} executeQuery: Read 87 rows, 6.96 KiB in 0.001225 sec., 71020.40816326531 rows/sec., 5.55 MiB/sec. 2025.06.18 18:44:30.967648 [ 89 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:30.967671 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:30.967679 [ 276 ] {cf12adde-7bba-4919-9f05-3be385aa7295} TCPHandler: Processed in 0.001380109 sec. 2025.06.18 18:44:30.967754 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:44:30.967792 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:30.967869 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:30.967888 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:30.967906 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 496 rows starting from the beginning of the part 2025.06.18 18:44:30.967934 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:30.967978 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 97 rows starting from the beginning of the part 2025.06.18 18:44:30.968028 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 81 rows starting from the beginning of the part 2025.06.18 18:44:30.968071 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 87 rows starting from the beginning of the part 2025.06.18 18:44:30.968109 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 83 rows starting from the beginning of the part 2025.06.18 18:44:30.968147 [ 187 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 87 rows starting from the beginning of the part 2025.06.18 18:44:30.968373 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:30.968413 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:30.968753 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.18 18:44:30.968972 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:30.969079 [ 89 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.18 18:44:30.969100 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2025.06.18 18:44:30.969105 [ 89 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:30.969124 [ 194 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 931 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014085 sec., 660986.8654597088 rows/sec., 52.39 MiB/sec. 2025.06.18 18:44:30.969127 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:30.969136 [ 276 ] {588601db-f0da-4f98-85d4-3c27f94a4d2a} TCPHandler: Processed in 0.001391549 sec. 2025.06.18 18:44:30.969209 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:44:30.969254 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:30.969310 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:30.969310 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.18 18:44:30.969345 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 16760 rows starting from the beginning of the part 2025.06.18 18:44:30.969349 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:30.969400 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 165 rows starting from the beginning of the part 2025.06.18 18:44:30.969415 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:30.969444 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part 2025.06.18 18:44:30.969483 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2025.06.18 18:44:30.969525 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 161 rows starting from the beginning of the part 2025.06.18 18:44:30.969559 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part 2025.06.18 18:44:30.969634 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:30.969725 [ 195 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_101_20} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.18 18:44:30.969836 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.06.18 18:44:30.970271 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:30.970311 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:30.970850 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.18 18:44:30.971091 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:30.971239 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} executeQuery: Read 23 rows, 42.20 KiB in 0.001908 sec., 12054.507337526205 rows/sec., 21.60 MiB/sec. 2025.06.18 18:44:30.971303 [ 276 ] {047af395-d3fb-4fe8-a7ce-26efa7e0c192} TCPHandler: Processed in 0.002095069 sec. 2025.06.18 18:44:30.971409 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:30.971500 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:30.971541 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:30.971875 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:30.971908 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:30.972212 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.18 18:44:30.972426 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:30.972527 [ 89 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.18 18:44:30.972551 [ 89 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:30.972551 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.06.18 18:44:30.972567 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:30.972594 [ 276 ] {0237fe76-e2bd-457e-9f45-918c58fa64ea} TCPHandler: Processed in 0.001230867 sec. 2025.06.18 18:44:30.972645 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:30.972757 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:30.972787 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5924 rows starting from the beginning of the part 2025.06.18 18:44:30.972847 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2025.06.18 18:44:30.972899 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2025.06.18 18:44:30.972944 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:30.972989 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2025.06.18 18:44:30.973029 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:30.974703 [ 190 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 17566 rows, containing 5 columns (5 merged, 0 gathered) in 0.005522436 sec., 3180842.6571172574 rows/sec., 222.10 MiB/sec. 2025.06.18 18:44:30.974907 [ 194 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.18 18:44:30.975186 [ 198 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:30.975217 [ 189 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6224 rows, containing 4 columns (4 merged, 0 gathered) in 0.002605916 sec., 2388411.5988389496 rows/sec., 159.99 MiB/sec. 2025.06.18 18:44:30.975294 [ 198 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_101_20} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.18 18:44:30.975388 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.06.18 18:44:30.975608 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.18 18:44:30.975850 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:30.975891 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:30.975918 [ 195 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_101_20} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.18 18:44:30.975943 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:30.976002 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2025.06.18 18:44:30.981824 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.18 18:44:30.982512 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:30.985749 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2025.06.18 18:44:34.253294 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1586 2025.06.18 18:44:34.255465 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:34.255511 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:34.256657 [ 242 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.18 18:44:34.256920 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:44:34.257174 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1586 2025.06.18 18:44:35.083919 [ 223 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:35.083974 [ 223 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:35.087987 [ 223 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:35.209754 [ 224 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:35.209851 [ 224 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:35.213126 [ 224 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:35.683350 [ 220 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:35.683445 [ 220 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:35.686503 [ 220 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:35.962687 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:35.962858 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:35.962924 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:35.963584 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:35.963630 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:35.964026 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.18 18:44:35.964262 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:35.964419 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} executeQuery: Read 90 rows, 7.71 KiB in 0.001608 sec., 55970.14925373134 rows/sec., 4.68 MiB/sec. 2025.06.18 18:44:35.964470 [ 276 ] {2784f518-b547-4df3-94cc-9f63a437486e} TCPHandler: Processed in 0.001923467 sec. 2025.06.18 18:44:35.964594 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:35.964697 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:35.964742 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:35.965157 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:35.965196 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:35.965511 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.18 18:44:35.965723 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:35.965862 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} executeQuery: Read 17 rows, 1.28 KiB in 0.001189 sec., 14297.729184188394 rows/sec., 1.05 MiB/sec. 2025.06.18 18:44:35.965903 [ 276 ] {f1ab0817-54cd-453c-8308-c1b0cf342956} TCPHandler: Processed in 0.001360039 sec. 2025.06.18 18:44:35.966013 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:35.966110 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:35.966151 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:35.966575 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:35.966612 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:35.966915 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.18 18:44:35.967126 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:35.967257 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} executeQuery: Read 81 rows, 6.48 KiB in 0.001166 sec., 69468.26758147513 rows/sec., 5.42 MiB/sec. 2025.06.18 18:44:35.967294 [ 276 ] {230a04aa-a03d-4228-8795-14e310997832} TCPHandler: Processed in 0.001330218 sec. 2025.06.18 18:44:35.967405 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:35.967499 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:35.967541 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:35.967936 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:35.967972 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:35.968307 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.18 18:44:35.968517 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:35.968652 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.06.18 18:44:35.968691 [ 276 ] {3a44bdb1-971a-42bf-bbbb-73f191bcee2d} TCPHandler: Processed in 0.001334288 sec. 2025.06.18 18:44:35.968747 [ 219 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:35.968799 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:35.968803 [ 219 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:35.968900 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:35.968962 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:35.969723 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:35.969764 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:35.970307 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.18 18:44:35.970658 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:35.970815 [ 84 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.18 18:44:35.970837 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} executeQuery: Read 17 rows, 31.19 KiB in 0.001954 sec., 8700.102354145343 rows/sec., 15.59 MiB/sec. 2025.06.18 18:44:35.970891 [ 84 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:35.970919 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:35.970934 [ 276 ] {8b586192-db35-4e10-8541-4fd90fbff292} TCPHandler: Processed in 0.00218319 sec. 2025.06.18 18:44:35.971033 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:44:35.971075 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:35.971198 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:35.971251 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:35.971311 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:35.971387 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1781 rows starting from the beginning of the part 2025.06.18 18:44:35.971538 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 17 rows starting from the beginning of the part 2025.06.18 18:44:35.971617 [ 219 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:35.971656 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:35.971664 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 23 rows starting from the beginning of the part 2025.06.18 18:44:35.971707 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:35.971796 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 17 rows starting from the beginning of the part 2025.06.18 18:44:35.971903 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 23 rows starting from the beginning of the part 2025.06.18 18:44:35.972004 [ 194 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 17 rows starting from the beginning of the part 2025.06.18 18:44:35.972050 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.18 18:44:35.972264 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:35.972408 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} executeQuery: Read 60 rows, 4.14 KiB in 0.001235 sec., 48582.995951417004 rows/sec., 3.27 MiB/sec. 2025.06.18 18:44:35.972447 [ 276 ] {8d1ed191-46f5-471b-85e5-714635940d51} TCPHandler: Processed in 0.0014327 sec. 2025.06.18 18:44:35.979641 [ 195 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1878 rows, containing 19 columns (19 merged, 0 gathered) in 0.008654979 sec., 216984.92855961868 rows/sec., 388.83 MiB/sec. 2025.06.18 18:44:35.981839 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.18 18:44:35.982230 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:35.982298 [ 189 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_96_19} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.18 18:44:35.982450 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.27 MiB. 2025.06.18 18:44:36.000258 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 339.73 MiB, peak 356.95 MiB, free memory in arenas 0.00 B, will set to 342.80 MiB (RSS), difference: 3.07 MiB 2025.06.18 18:44:36.651999 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 2025.06.18 18:44:36.652505 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:36.652544 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:36.653047 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.18 18:44:36.653298 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:36.653430 [ 81 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.18 18:44:36.653446 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 2025.06.18 18:44:36.653469 [ 81 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:36.653489 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:36.653607 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:44:36.653756 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:36.653801 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::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.18 18:44:36.653872 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part 2025.06.18 18:44:36.653922 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part 2025.06.18 18:44:36.653967 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part 2025.06.18 18:44:36.654007 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part 2025.06.18 18:44:36.654051 [ 186 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part 2025.06.18 18:44:36.656319 [ 192 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.002764758 sec., 11759799.591863014 rows/sec., 168.23 MiB/sec. 2025.06.18 18:44:36.656759 [ 199 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.18 18:44:36.657068 [ 199 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:36.657150 [ 199 ] {e9a5fbed-92fe-46a2-9320-fe87e45802fe::all_1_71_14} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.18 18:44:36.657271 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. 2025.06.18 18:44:38.485891 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2025.06.18 18:44:38.503498 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:38.503556 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:38.509844 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.18 18:44:38.510553 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:38.510902 [ 83 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.18 18:44:38.510978 [ 83 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:38.511002 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:38.511126 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:38.513748 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.06.18 18:44:38.515037 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:38.516817 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:38.521784 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:38.526680 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:38.531678 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:38.536624 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:38.541363 [ 186 ] {91688357-5d82-4287-8a1e-da97d488839b::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.18 18:44:38.598122 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.087047821 sec., 6146.047010183058 rows/sec., 31.78 MiB/sec. 2025.06.18 18:44:38.600293 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.18 18:44:38.602137 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:38.602237 [ 193 ] {91688357-5d82-4287-8a1e-da97d488839b::all_1_71_14} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.18 18:44:38.604174 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.06.18 18:44:39.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 343.90 MiB, peak 361.32 MiB, free memory in arenas 0.00 B, will set to 342.85 MiB (RSS), difference: -1.05 MiB 2025.06.18 18:44:40.968100 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:40.968291 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.18 18:44:40.968356 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.18 18:44:40.968988 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:40.969029 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:40.969403 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:44:40.969634 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} oximeter.fields_i16 (f1122b93-e06d-476c-b67a-802dbf45fffa): 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.18 18:44:40.969787 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} executeQuery: Read 24 rows, 2.04 KiB in 0.001546 sec., 15523.932729624838 rows/sec., 1.29 MiB/sec. 2025.06.18 18:44:40.969829 [ 276 ] {1605e777-1a12-408b-adaf-36266416d5b7} TCPHandler: Processed in 0.001858606 sec. 2025.06.18 18:44:40.969947 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:40.970042 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:44:40.970085 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:44:40.970507 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:40.970567 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:40.970849 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.18 18:44:40.971052 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:44:40.971180 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} executeQuery: Read 2 rows, 167.00 B in 0.001157 sec., 1728.608470181504 rows/sec., 140.96 KiB/sec. 2025.06.18 18:44:40.971217 [ 276 ] {9e0be131-1e21-4636-9ab7-fe8364f0a95f} TCPHandler: Processed in 0.001319458 sec. 2025.06.18 18:44:40.971329 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:40.971422 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:40.971461 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:40.971963 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:40.971998 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:40.972311 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.18 18:44:40.972513 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:40.972638 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} executeQuery: Read 223 rows, 20.26 KiB in 0.001234 sec., 180713.12803889788 rows/sec., 16.03 MiB/sec. 2025.06.18 18:44:40.972674 [ 276 ] {3d68088f-faf8-4386-9016-b30570d49491} TCPHandler: Processed in 0.001394209 sec. 2025.06.18 18:44:40.972787 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:40.972880 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:40.972919 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:40.973320 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:40.973356 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:40.973640 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.18 18:44:40.973846 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:40.973974 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} executeQuery: Read 37 rows, 2.83 KiB in 0.001112 sec., 33273.381294964034 rows/sec., 2.49 MiB/sec. 2025.06.18 18:44:40.974010 [ 276 ] {1d26391f-f048-4909-b64b-44bd10df38cb} TCPHandler: Processed in 0.001272358 sec. 2025.06.18 18:44:40.974117 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:40.974210 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.18 18:44:40.974249 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.18 18:44:40.974635 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:40.974669 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:40.974965 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:44:40.975165 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} oximeter.fields_u32 (e61d6002-5440-486b-adaf-95750284883e): 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.18 18:44:40.975292 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} executeQuery: Read 24 rows, 2.04 KiB in 0.0011 sec., 21818.181818181816 rows/sec., 1.81 MiB/sec. 2025.06.18 18:44:40.975329 [ 276 ] {a2a0867e-a249-4369-bb41-5f73dbadb545} TCPHandler: Processed in 0.001259837 sec. 2025.06.18 18:44:40.975436 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:40.975530 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.18 18:44:40.975568 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.18 18:44:40.975955 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:40.975990 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:40.976266 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.18 18:44:40.976471 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} oximeter.fields_u8 (7914d999-b262-47e9-8a3c-d05f4bc98ce9): 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.18 18:44:40.976593 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} executeQuery: Read 12 rows, 960.00 B in 0.001082 sec., 11090.573012939001 rows/sec., 866.45 KiB/sec. 2025.06.18 18:44:40.976630 [ 276 ] {3688dca0-f818-43d6-90f0-94eb2d2c6ee5} TCPHandler: Processed in 0.001242267 sec. 2025.06.18 18:44:40.976737 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:40.976829 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:40.976868 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:40.977297 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:40.977330 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:40.977621 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.18 18:44:40.977822 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:40.977945 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} executeQuery: Read 125 rows, 10.38 KiB in 0.001134 sec., 110229.27689594356 rows/sec., 8.94 MiB/sec. 2025.06.18 18:44:40.977982 [ 276 ] {b32571d3-7b0e-47d4-80c6-557d96c716f9} TCPHandler: Processed in 0.001293558 sec. 2025.06.18 18:44:40.978093 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:40.978186 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:40.978229 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:40.978654 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:40.978687 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:40.979018 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.18 18:44:40.979229 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:40.979359 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} executeQuery: Read 269 rows, 20.45 KiB in 0.001192 sec., 225671.14093959733 rows/sec., 16.75 MiB/sec. 2025.06.18 18:44:40.979396 [ 276 ] {a4f17d4a-5361-4840-941b-129c502d440d} TCPHandler: Processed in 0.001352309 sec. 2025.06.18 18:44:40.979504 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:40.979598 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:40.979652 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:40.980445 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:40.980479 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:40.980998 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.18 18:44:40.981217 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:40.981357 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} executeQuery: Read 23 rows, 42.20 KiB in 0.001778 sec., 12935.883014623172 rows/sec., 23.18 MiB/sec. 2025.06.18 18:44:40.981420 [ 276 ] {386c8ed7-3e4d-4d09-a820-390a878963e9} TCPHandler: Processed in 0.001964087 sec. 2025.06.18 18:44:40.981533 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:40.981628 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:40.981670 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:40.982001 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:40.982036 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:40.982334 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.18 18:44:40.982533 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:40.982658 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2025.06.18 18:44:40.982693 [ 276 ] {a96efee4-9a04-46e3-9575-905210aa8250} TCPHandler: Processed in 0.001209016 sec. 2025.06.18 18:44:44.056144 [ 66 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:44:44.056224 [ 66 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:44:44.153613 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 2025.06.18 18:44:44.154178 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:44.154221 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:44.154715 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.18 18:44:44.154953 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:44.155086 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 2025.06.18 18:44:44.257381 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1618 2025.06.18 18:44:44.259754 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:44.259804 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:44.260998 [ 242 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.18 18:44:44.261284 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:44:44.261652 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1618 2025.06.18 18:44:45.962475 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:45.962686 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:45.962762 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:45.963432 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:45.963484 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:45.963869 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.18 18:44:45.964097 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:45.964271 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} executeQuery: Read 90 rows, 7.71 KiB in 0.001638 sec., 54945.054945054944 rows/sec., 4.59 MiB/sec. 2025.06.18 18:44:45.964321 [ 276 ] {d8904f39-19ed-44d9-b8df-54e1f9cade00} TCPHandler: Processed in 0.001983437 sec. 2025.06.18 18:44:45.964441 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:45.964542 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:45.964585 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:45.964993 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:45.965029 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:45.965323 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.18 18:44:45.965526 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:45.965662 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} executeQuery: Read 17 rows, 1.28 KiB in 0.001143 sec., 14873.140857392827 rows/sec., 1.09 MiB/sec. 2025.06.18 18:44:45.965700 [ 276 ] {14929af4-4d00-4f1a-92c0-63dc3133c11d} TCPHandler: Processed in 0.001310728 sec. 2025.06.18 18:44:45.965808 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:45.965901 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:45.965940 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:45.966344 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:45.966380 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:45.966675 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.18 18:44:45.966876 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:45.967008 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} executeQuery: Read 81 rows, 6.48 KiB in 0.001127 sec., 71872.22715173026 rows/sec., 5.61 MiB/sec. 2025.06.18 18:44:45.967045 [ 276 ] {5dc4206f-602b-4e16-93b0-e5fe91bf8195} TCPHandler: Processed in 0.001284967 sec. 2025.06.18 18:44:45.967154 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:45.967246 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:45.967288 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:45.967690 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:45.967725 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:45.968047 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.18 18:44:45.968258 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:45.968388 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2025.06.18 18:44:45.968423 [ 276 ] {edc915ad-340a-42a1-ab0a-66703e0fb3c6} TCPHandler: Processed in 0.001316089 sec. 2025.06.18 18:44:45.968521 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:45.968611 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:45.968663 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:45.969442 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:45.969477 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:45.969989 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.18 18:44:45.970202 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:45.970345 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} executeQuery: Read 17 rows, 31.19 KiB in 0.001751 sec., 9708.73786407767 rows/sec., 17.40 MiB/sec. 2025.06.18 18:44:45.970407 [ 276 ] {cbc0686a-0ec0-4f72-b685-34f41577a4a7} TCPHandler: Processed in 0.001933657 sec. 2025.06.18 18:44:45.970516 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:45.970607 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:45.970647 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:45.970978 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:45.971014 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:45.971310 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.18 18:44:45.971512 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:45.971638 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2025.06.18 18:44:45.971673 [ 276 ] {0d656bff-dac5-4d6c-a123-106261297fe8} TCPHandler: Processed in 0.001204396 sec. 2025.06.18 18:44:46.013886 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 2025.06.18 18:44:46.030767 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:46.030823 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. 2025.06.18 18:44:46.036553 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.18 18:44:46.037234 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:46.040240 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 542 2025.06.18 18:44:50.963436 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:50.963643 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:50.963716 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:50.964384 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:50.964429 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:50.964817 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.18 18:44:50.965050 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:50.965204 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} executeQuery: Read 102 rows, 8.72 KiB in 0.001614 sec., 63197.02602230483 rows/sec., 5.28 MiB/sec. 2025.06.18 18:44:50.965255 [ 276 ] {8d2ea3cb-587f-4a04-9df3-380ed36f6aa4} TCPHandler: Processed in 0.001950037 sec. 2025.06.18 18:44:50.965377 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:50.965476 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:50.965519 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:50.965928 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:50.965965 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:50.966264 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.18 18:44:50.966471 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:50.966601 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} executeQuery: Read 23 rows, 1.73 KiB in 0.001148 sec., 20034.843205574914 rows/sec., 1.47 MiB/sec. 2025.06.18 18:44:50.966605 [ 44 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.18 18:44:50.966640 [ 276 ] {808fe3c3-9a3d-4b2a-99e4-a5ebfc38b762} TCPHandler: Processed in 0.001314248 sec. 2025.06.18 18:44:50.966680 [ 44 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:50.966706 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:50.966784 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:50.966818 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::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.18 18:44:50.966889 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:50.966937 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:50.966958 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:50.967002 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 178 rows starting from the beginning of the part 2025.06.18 18:44:50.967079 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 23 rows starting from the beginning of the part 2025.06.18 18:44:50.967133 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 17 rows starting from the beginning of the part 2025.06.18 18:44:50.967189 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 37 rows starting from the beginning of the part 2025.06.18 18:44:50.967234 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 17 rows starting from the beginning of the part 2025.06.18 18:44:50.967279 [ 188 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 23 rows starting from the beginning of the part 2025.06.18 18:44:50.967401 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:50.967448 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:50.967794 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.18 18:44:50.968025 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:50.968156 [ 201 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 5 columns (5 merged, 0 gathered) in 0.001386919 sec., 212701.67904542372 rows/sec., 15.31 MiB/sec. 2025.06.18 18:44:50.968164 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} executeQuery: Read 87 rows, 6.96 KiB in 0.001296 sec., 67129.62962962962 rows/sec., 5.24 MiB/sec. 2025.06.18 18:44:50.968253 [ 276 ] {45ce5007-f078-4a7e-9758-fa2e443928b2} TCPHandler: Processed in 0.001521811 sec. 2025.06.18 18:44:50.968339 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.18 18:44:50.968384 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:50.968487 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:50.968536 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:50.968626 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:50.968702 [ 196 ] {553981c0-9ebd-4346-baff-00bfc3c445d0::all_1_101_20} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.18 18:44:50.968774 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.18 18:44:50.968964 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:50.969005 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:50.969350 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.18 18:44:50.969561 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:50.969694 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.06.18 18:44:50.969732 [ 276 ] {2a70764e-f216-4941-91ee-abdf68b108a6} TCPHandler: Processed in 0.00139944 sec. 2025.06.18 18:44:50.969843 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:50.969936 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:50.969992 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:50.970792 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:50.970828 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:50.971374 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.18 18:44:50.971605 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:50.971752 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} executeQuery: Read 23 rows, 42.20 KiB in 0.001833 sec., 12547.735951991272 rows/sec., 22.48 MiB/sec. 2025.06.18 18:44:50.971820 [ 276 ] {9a2b2fb0-3566-4be8-b263-8947a4aa5182} TCPHandler: Processed in 0.002026548 sec. 2025.06.18 18:44:50.971937 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:50.972031 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:50.972082 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:50.972469 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:50.972506 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:50.972815 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.18 18:44:50.973025 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:50.973157 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2025.06.18 18:44:50.973197 [ 276 ] {4cd099ed-f80b-47ee-ab8b-eb972eec2608} TCPHandler: Processed in 0.001308709 sec. 2025.06.18 18:44:51.655283 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 2025.06.18 18:44:51.655786 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:51.655835 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:51.656347 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.18 18:44:51.656619 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:51.656770 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 2025.06.18 18:44:53.540376 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 2025.06.18 18:44:53.557636 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:53.557685 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:53.563854 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.18 18:44:53.564537 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:44:53.567509 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.06.18 18:44:54.261967 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1642 2025.06.18 18:44:54.264195 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:54.264241 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:54.265416 [ 242 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.18 18:44:54.265685 [ 242 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:44:54.265930 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1642 2025.06.18 18:44:55.238682 [ 225 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:55.238734 [ 225 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:55.241986 [ 225 ] {} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:55.963082 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:55.963274 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.18 18:44:55.963344 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.18 18:44:55.963983 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:55.964027 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:55.964412 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.18 18:44:55.964633 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} oximeter.fields_ipaddr (054ebb37-e19e-40e9-9add-192d1c46847a): 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.18 18:44:55.964790 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} executeQuery: Read 4 rows, 334.00 B in 0.001562 sec., 2560.819462227913 rows/sec., 208.82 KiB/sec. 2025.06.18 18:44:55.964839 [ 276 ] {63276713-b162-4203-8f13-20801d3ac8c5} TCPHandler: Processed in 0.001889176 sec. 2025.06.18 18:44:55.964964 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:55.965079 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:44:55.965122 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:44:55.965583 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:55.965620 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:55.965951 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.18 18:44:55.966160 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:55.966295 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} executeQuery: Read 92 rows, 7.85 KiB in 0.00124 sec., 74193.54838709677 rows/sec., 6.19 MiB/sec. 2025.06.18 18:44:55.966292 [ 43 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.18 18:44:55.966336 [ 276 ] {c7fee9ed-adfc-42ef-a252-854cb53776fe} TCPHandler: Processed in 0.00142349 sec. 2025.06.18 18:44:55.966373 [ 43 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:55.966407 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:55.966464 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:55.966509 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::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.18 18:44:55.966567 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:44:55.966609 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:44:55.966618 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:55.966653 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 828 rows starting from the beginning of the part 2025.06.18 18:44:55.966722 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 90 rows starting from the beginning of the part 2025.06.18 18:44:55.966775 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 223 rows starting from the beginning of the part 2025.06.18 18:44:55.966824 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 90 rows starting from the beginning of the part 2025.06.18 18:44:55.966872 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 102 rows starting from the beginning of the part 2025.06.18 18:44:55.966938 [ 200 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 92 rows starting from the beginning of the part 2025.06.18 18:44:55.967015 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:55.967052 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:55.967357 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.18 18:44:55.967562 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:44:55.967695 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} executeQuery: Read 21 rows, 1.56 KiB in 0.001149 sec., 18276.76240208877 rows/sec., 1.32 MiB/sec. 2025.06.18 18:44:55.967733 [ 276 ] {59f68ae7-9b89-4f94-a40a-9097e39e4c48} TCPHandler: Processed in 0.001320088 sec. 2025.06.18 18:44:55.967839 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:55.967935 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:44:55.967975 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:44:55.967987 [ 196 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 1425 rows, containing 5 columns (5 merged, 0 gathered) in 0.001517821 sec., 938845.8849890732 rows/sec., 81.77 MiB/sec. 2025.06.18 18:44:55.968258 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.18 18:44:55.968398 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:55.968443 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:55.968604 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:44:55.968699 [ 201 ] {09192494-9426-4c35-bb4e-c33f22c09d31::all_1_106_21} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.18 18:44:55.968784 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.18 18:44:55.968812 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.18 18:44:55.969005 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:55.969131 [ 43 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.18 18:44:55.969143 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} executeQuery: Read 85 rows, 6.80 KiB in 0.001227 sec., 69274.65362673186 rows/sec., 5.41 MiB/sec. 2025.06.18 18:44:55.969165 [ 43 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:55.969191 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:55.969206 [ 276 ] {696dcc64-045d-4abe-a283-cf9db6e23bbb} TCPHandler: Processed in 0.00141606 sec. 2025.06.18 18:44:55.969273 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::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.18 18:44:55.969352 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:55.969389 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:55.969426 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 496 rows starting from the beginning of the part 2025.06.18 18:44:55.969458 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:55.969495 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 81 rows starting from the beginning of the part 2025.06.18 18:44:55.969509 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:44:55.969548 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 125 rows starting from the beginning of the part 2025.06.18 18:44:55.969598 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 81 rows starting from the beginning of the part 2025.06.18 18:44:55.969639 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 87 rows starting from the beginning of the part 2025.06.18 18:44:55.969680 [ 196 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 85 rows starting from the beginning of the part 2025.06.18 18:44:55.969945 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:55.969987 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:55.970354 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.18 18:44:55.970614 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:55.970658 [ 201 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 955 rows, containing 5 columns (5 merged, 0 gathered) in 0.00142495 sec., 670198.9543492754 rows/sec., 53.42 MiB/sec. 2025.06.18 18:44:55.970778 [ 43 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.18 18:44:55.970798 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} executeQuery: Read 162 rows, 11.55 KiB in 0.001357 sec., 119380.98747236552 rows/sec., 8.31 MiB/sec. 2025.06.18 18:44:55.970807 [ 43 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:55.970830 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.18 18:44:55.970848 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:55.970860 [ 276 ] {aff0c133-d1ad-4227-b48f-1df44e923d58} TCPHandler: Processed in 0.001571021 sec. 2025.06.18 18:44:55.970920 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::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.18 18:44:55.971023 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:55.971032 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:55.971052 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} MergeTreeSequentialSource: Reading 4 marks from part all_1_101_20, total 17566 rows starting from the beginning of the part 2025.06.18 18:44:55.971121 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2025.06.18 18:44:55.971159 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 269 rows starting from the beginning of the part 2025.06.18 18:44:55.971167 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:44:55.971198 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part 2025.06.18 18:44:55.971237 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2025.06.18 18:44:55.971236 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:44:55.971257 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:44:55.971275 [ 196 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 162 rows starting from the beginning of the part 2025.06.18 18:44:55.971336 [ 191 ] {8fb79c8f-ae97-4e54-8e11-18d9cfcfc617::all_1_106_21} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.18 18:44:55.971430 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.18 18:44:55.972348 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:55.972391 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:55.972959 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.18 18:44:55.973198 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:44:55.973349 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} executeQuery: Read 17 rows, 31.19 KiB in 0.002207 sec., 7702.763932940643 rows/sec., 13.80 MiB/sec. 2025.06.18 18:44:55.973422 [ 276 ] {bb735714-a6ef-434c-8116-11ad8e9ade7f} TCPHandler: Processed in 0.002456754 sec. 2025.06.18 18:44:55.973542 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:44:55.973639 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:44:55.973682 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:44:55.974026 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:55.974061 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:55.974384 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.18 18:44:55.974607 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:55.974746 [ 41 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.18 18:44:55.974749 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2025.06.18 18:44:55.974782 [ 41 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:55.974801 [ 276 ] {34449812-5ac3-4dc2-957b-9e3c80086871} TCPHandler: Processed in 0.001309248 sec. 2025.06.18 18:44:55.974801 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:55.974899 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:55.975015 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:44:55.975049 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6224 rows starting from the beginning of the part 2025.06.18 18:44:55.975117 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part 2025.06.18 18:44:55.975166 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:55.975210 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2025.06.18 18:44:55.975253 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2025.06.18 18:44:55.975297 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::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.18 18:44:55.975462 [ 197 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 18477 rows, containing 5 columns (5 merged, 0 gathered) in 0.004565423 sec., 4047160.580739178 rows/sec., 282.83 MiB/sec. 2025.06.18 18:44:55.975789 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.18 18:44:55.976071 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:44:55.976143 [ 187 ] {d85e0d68-e417-4a09-a4b8-c535c4a335ef::all_1_106_21} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.18 18:44:55.976245 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. 2025.06.18 18:44:55.977672 [ 197 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6524 rows, containing 4 columns (4 merged, 0 gathered) in 0.002813129 sec., 2319125.7848466956 rows/sec., 155.39 MiB/sec. 2025.06.18 18:44:55.978097 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.18 18:44:55.978355 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:44:55.978419 [ 191 ] {c048ffa9-68eb-40b8-afe1-bea8d3f5f299::all_1_106_21} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.18 18:44:55.978476 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.06.18 18:44:56.200096 [ 221 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:44:56.200148 [ 221 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:44:56.203365 [ 221 ] {} system.query_log (0a5970a3-6d07-4ef5-9703-b6f3cd1b477a): 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.18 18:44:59.056291 [ 37 ] {} DNSResolver: Updating DNS cache 2025.06.18 18:44:59.056374 [ 37 ] {} DNSResolver: Updated DNS cache 2025.06.18 18:44:59.157001 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 2025.06.18 18:44:59.157553 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:44:59.157591 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:44:59.158081 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.18 18:44:59.158337 [ 244 ] {} system.asynchronous_metric_log (e9a5fbed-92fe-46a2-9320-fe87e45802fe): 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.18 18:44:59.158491 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 2025.06.18 18:45:00.262030 [ 225 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:45:00.262078 [ 225 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:45:00.264312 [ 225 ] {} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:45:00.279108 [ 217 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:45:00.279138 [ 217 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:45:00.281908 [ 217 ] {} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:45:00.833800 [ 221 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:45:00.833863 [ 221 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:45:00.837480 [ 221 ] {} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:45:00.965196 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:45:00.965398 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.18 18:45:00.965475 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.18 18:45:00.966206 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:45:00.966255 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:45:00.966652 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.18 18:45:00.966897 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} oximeter.fields_string (09192494-9426-4c35-bb4e-c33f22c09d31): 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.18 18:45:00.967048 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} executeQuery: Read 102 rows, 8.72 KiB in 0.001707 sec., 59753.95430579965 rows/sec., 4.99 MiB/sec. 2025.06.18 18:45:00.967092 [ 276 ] {12d737dc-0d61-4bc3-818c-458910d6dbcd} TCPHandler: Processed in 0.002043038 sec. 2025.06.18 18:45:00.967230 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:45:00.967327 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.18 18:45:00.967371 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.18 18:45:00.967809 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:45:00.967847 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:45:00.968158 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.18 18:45:00.968387 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} oximeter.fields_u16 (553981c0-9ebd-4346-baff-00bfc3c445d0): 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.18 18:45:00.968521 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} executeQuery: Read 23 rows, 1.73 KiB in 0.001213 sec., 18961.253091508654 rows/sec., 1.39 MiB/sec. 2025.06.18 18:45:00.968561 [ 276 ] {605eb69b-afb6-421e-96f7-6e78c7460d6c} TCPHandler: Processed in 0.001379799 sec. 2025.06.18 18:45:00.968693 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:45:00.968789 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.18 18:45:00.968830 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.18 18:45:00.969367 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:45:00.969415 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:45:00.969847 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.18 18:45:00.970182 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} oximeter.fields_uuid (8fb79c8f-ae97-4e54-8e11-18d9cfcfc617): 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.18 18:45:00.970330 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} executeQuery: Read 87 rows, 6.96 KiB in 0.001559 sec., 55805.00320718409 rows/sec., 4.36 MiB/sec. 2025.06.18 18:45:00.970379 [ 276 ] {0def0323-4a8a-43f0-8f90-1b6a7ab06306} TCPHandler: Processed in 0.001736563 sec. 2025.06.18 18:45:00.970523 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:45:00.970626 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.18 18:45:00.970677 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.18 18:45:00.971211 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:45:00.971256 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:45:00.971644 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.18 18:45:00.971887 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:45:00.972024 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} executeQuery: Read 160 rows, 11.41 KiB in 0.00142 sec., 112676.05633802817 rows/sec., 7.85 MiB/sec. 2025.06.18 18:45:00.972063 [ 276 ] {a4427213-3bbe-446a-be5e-e4d61903d2a3} TCPHandler: Processed in 0.001597022 sec. 2025.06.18 18:45:00.972224 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:45:00.972335 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.18 18:45:00.972407 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.18 18:45:00.973469 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:45:00.973511 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:45:00.974148 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.18 18:45:00.974411 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:45:00.974558 [ 34 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.18 18:45:00.974568 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} executeQuery: Read 23 rows, 42.20 KiB in 0.002254 sec., 10204.081632653062 rows/sec., 18.29 MiB/sec. 2025.06.18 18:45:00.974631 [ 34 ] {} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:45:00.974659 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:45:00.974689 [ 276 ] {b62ebaa7-a241-4aca-9eb3-43c2ab7f13cd} TCPHandler: Processed in 0.002521165 sec. 2025.06.18 18:45:00.974781 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::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.18 18:45:00.974865 [ 276 ] {} TCP-Session: 5a945cad-ee19-4325-9706-1d81d1c8537d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.18 18:45:00.974974 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} executeQuery: (from [fd00:1122:3344:101::d]:33404) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.18 18:45:00.975021 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.18 18:45:00.975053 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.18 18:45:00.975123 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1878 rows starting from the beginning of the part 2025.06.18 18:45:00.975278 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 23 rows starting from the beginning of the part 2025.06.18 18:45:00.975396 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 17 rows starting from the beginning of the part 2025.06.18 18:45:00.975411 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:45:00.975459 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:45:00.975496 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 23 rows starting from the beginning of the part 2025.06.18 18:45:00.975597 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 17 rows starting from the beginning of the part 2025.06.18 18:45:00.975692 [ 187 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 23 rows starting from the beginning of the part 2025.06.18 18:45:00.975839 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.18 18:45:00.976146 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} oximeter.measurements_u64 (c048ffa9-68eb-40b8-afe1-bea8d3f5f299): 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.18 18:45:00.976312 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. 2025.06.18 18:45:00.976354 [ 276 ] {4965969c-5efd-4eaa-8221-bf594a85ecea} TCPHandler: Processed in 0.001548582 sec. 2025.06.18 18:45:00.985860 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1981 rows, containing 19 columns (19 merged, 0 gathered) in 0.011138184 sec., 177856.64162129123 rows/sec., 318.71 MiB/sec. 2025.06.18 18:45:00.987994 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.18 18:45:00.988520 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201): 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.18 18:45:00.988610 [ 197 ] {3fa6881c-db87-4879-8b2b-b3aa54d43201::all_1_101_20} oximeter.measurements_histogramu64 (3fa6881c-db87-4879-8b2b-b3aa54d43201) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.18 18:45:00.988757 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.42 MiB. 2025.06.18 18:45:01.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 343.50 MiB, peak 361.32 MiB, free memory in arenas 0.00 B, will set to 346.28 MiB (RSS), difference: 2.78 MiB 2025.06.18 18:45:01.067688 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2025.06.18 18:45:01.093063 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.18 18:45:01.093144 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2025.06.18 18:45:01.101745 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.18 18:45:01.102609 [ 243 ] {} system.metric_log (91688357-5d82-4287-8a1e-da97d488839b): 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.18 18:45:01.107890 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2025.06.18 18:45:01.624285 [ 221 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:45:01.624340 [ 221 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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.18 18:45:01.627553 [ 221 ] {} oximeter.measurements_cumulativeu64 (d85e0d68-e417-4a09-a4b8-c535c4a335ef): 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]